Popup Blocker by ΔᎥяωεв

Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…

什么是Popup Blocker by ΔᎥяωεв?

Popup Blocker by ΔᎥяωεв是由https://fancytext.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…”。

扩展截图

screenshot

下载Popup Blocker by ΔᎥяωεв扩展crx文件

下载Popup Blocker by ΔᎥяωεв扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:
AllVid,ExaShare,FlashX,MyStream,NetU,ok.ru,OpenLoad,Rutube.ru,UpToStream,VidBull,VidUP,VodLocker,YouWatch...                    

扩展基本信息

名称 Popup Blocker by ΔᎥяωεв Popup Blocker by ΔᎥяωεв
ID bdokoeickhckaakdehpcebmopemnmjbj
官方URL https://chromewebstore.google.com/detail/popup-blocker-by-%CE%B4%EA%AD%B5%D1%8F%CF%89%CE%B5%D0%B2/bdokoeickhckaakdehpcebmopemnmjbj
简介 Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…
文件大小 197 KB
安装次数 338
当前版本 1.2
更新时间 2017-08-04
上架时间 2017-08-04
评分 4.00/5 共4次评分
开发者 https://fancytext.blogspot.com
付费类型 free
扩展官网 http://fancytext.blogspot.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popup Blocker by \u0394\u13a5\u044f\u03c9\u03b5\u0432",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Popup Blocker by \u0394\u13a5\u044f\u03c9\u03b5\u0432",
        "permissions": [
            "tabs",
            "http:\/\/*\/*",
            "https:\/\/*\/*",
            "storage",
            "cookies"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "home.html "
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}