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
官方網址 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
電子郵箱 [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"
    ]
}