TrueBlock

The simple website blocker.

TrueBlockとは何ですか?

TrueBlockはTom Richardsによって開発されたChromeの拡張機能で、その主な機能は「The simple website blocker.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension provides a means to completely block any misbehaving website. If you disagree with a site for any reason, simply hit "block" and write yourself a note about why you never want to visit it again. The extension will prevent all future requests to the site!                    

拡張機能の基本情報

名前 TrueBlock TrueBlock
ID adcbggkgllkljeliabhgmmkmpebhdbno
公式URL https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno
説明 The simple website blocker.
ファイルサイズ 24.95 KB
インストール数 66
現在のバージョン 0.7.3
最終更新日 2023-01-22
公開日 2022-07-26
評価 3.71/5 合計 7 レビュー
開発者 Tom Richards
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrueBlock",
    "description": "The simple website blocker.",
    "version": "0.7.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "TrueBlock",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "storage"
    ]
}