Best Popup Blocker

The Best Popup Blocker for your browser that blocks all new window requests.

Best Popup Blockerとは何ですか?

Best Popup Blockerはaitrextechnologiesによって開発されたChromeの拡張機能で、その主な機能は「The Best Popup Blocker for your browser that blocks all new window requests.」です。

拡張機能のスクリーンショット

screenshot

Best Popup Blocker拡張機能のCRXファイルをダウンロード

Best Popup Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Best Popup Blocker for your browser that blocks all new window requests.                    

拡張機能の基本情報

名前 Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
公式URL https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
説明 The Best Popup Blocker for your browser that blocks all new window requests.
ファイルサイズ 18.15 KB
インストール数 17
現在のバージョン 1.0.4
最終更新日 2021-07-26
公開日 2021-02-17
開発者 aitrextechnologies
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Popup Blocker",
    "author": "Aitrex",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}