TotalBlocker

TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click

什麼是TotalBlocker?

TotalBlocker是由Fon Fon開發的Chrome擴展程式,該擴展的主要功能是“TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click”。

擴展截圖

screenshot
screenshot

下載TotalBlocker擴展crx文件

下載TotalBlocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TotalBlocker is tailored to keep your browser experience smooth and private. It prevents you from possible threats and unwanted trackers and annoying ads.

To add TotalBlocker to your browser please click on "Add to Chrome". And then "Add Extension". Click on the TotalBlocker icon to see how many ads are blocked. And you can stop blocking by pressing a green button.                    

擴展基本資訊

名稱 TotalBlocker TotalBlocker
ID ajeinooldbnffpfflmjikhcibnjlmael
官方網址 https://chrome.google.com/webstore/detail/totalblocker/ajeinooldbnffpfflmjikhcibnjlmael
簡介 TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click
檔案大小 267 KB
安裝次數 792
目前版本 1.1.1
更新時間 2022-12-23
上架時間 2022-12-23
評分 5.00/5 共 1 次評分
開發者 Fon Fon
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/adblocker-for-all-websites/home
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/active\/icon_16.png",
            "24": "assets\/icons\/active\/icon_24.png",
            "32": "assets\/icons\/active\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "TotalBlocker"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/content.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/active\/icon_128.png",
        "16": "assets\/icons\/active\/icon_16.png",
        "32": "assets\/icons\/active\/icon_32.png",
        "64": "assets\/icons\/active\/icon_64.png"
    },
    "manifest_version": 3,
    "name": "TotalBlocker",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "alarms",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess"
    ],
    "version": "1.1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "tbLogic.js",
                "tbVideoBlock.js"
            ]
        }
    ]
}