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
公式URL 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
Eメール [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"
            ]
        }
    ]
}