def rule(event):
    if event.deep_get("ImageLoaded", default="").endswith("\\ShellChromeAPI.dll"):
        return True
    return False
