X-blocker

Blocks incoming things from the web.

X-blockerとは何ですか?

X-blockerはRudie Dirkxによって開発されたChromeの拡張機能で、その主な機能は「Blocks incoming things from the web.」です。

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

screenshot

X-blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block.

For instance, block all `nicescroll.js` scripts.                    

拡張機能の基本情報

名前 X-blocker X-blocker
ID klfccdpgijdpcojlaohmnccfpdomgadh
公式URL https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh
説明 Blocks incoming things from the web.
ファイルサイズ 18.7 KB
インストール数 817
現在のバージョン 1.10
最終更新日 2023-05-13
公開日 2016-03-23
評価 5.00/5 合計 1 レビュー
開発者 Rudie Dirkx
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/rudiedirkx/xblocker-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X-blocker",
    "description": "Blocks incoming things from the web.",
    "version": "1.10",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "xblocker.sw.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_title": "X-blocker - Click to toggle & reload",
        "default_icon": {
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}