WowHead IFrameBlocker

This extension stops wowhead from using iframes and other advertising annoyances.

什么是WowHead IFrameBlocker?

WowHead IFrameBlocker是由Joseph Gordon开发的Chrome扩展程序,该扩展的主要功能是“This extension stops wowhead from using iframes and other advertising annoyances.”。

下载WowHead IFrameBlocker扩展crx文件

下载WowHead IFrameBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 WowHead IFrameBlocker WowHead IFrameBlocker
ID bphdakfechdihlgbkaogkamgccfjkcnd
官方URL https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd
简介 This extension stops wowhead from using iframes and other advertising annoyances.
文件大小 31.22 KB
安装次数 299
当前版本 1.4
更新时间 2017-11-05
上架时间 2017-11-05
评分 4.60/5 共20次评分
开发者 Joseph Gordon
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowHead IFrameBlocker",
    "description": "This extension stops wowhead from using iframes and other advertising annoyances.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wowhead.com\/*"
            ],
            "js": [
                "jquery.js",
                "injector.js"
            ],
            "css": [
                "injector.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.wowhead.com\/*"
    ]
}