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
官方網址 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"
        }
    ]
}