TF2Center AdBlock

Block ads on the tf2center.com without triggering anti-adblocker

TF2Center AdBlockとは何ですか?

TF2Center AdBlockはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Block ads on the tf2center.com without triggering anti-adblocker」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Extension is blocking advertisements on the tf2center (website dedicated to competitive pickup games for Team Fortress 2) without triggering its anti-adblocker.

Extension for the Blink-based browsers (tested in Chromium and Chrome, but may work in Brave, Vivaldi, Opera, Yandex Browser, etc.)

Keep in mind that other adblocking or privacy enhancing extensions still may trigger tf2center's anti-adblocker and therefore you'll need to disable them for that domain.

Extension is open-source and being distributed under the MIT license.

Changelog: https://github.com/cancerpubs/tf2center-AdBlock#changelog                    

拡張機能の基本情報

名前 TF2Center AdBlock TF2Center AdBlock
ID ggafejbhopolaieibdkojeaiaodcnmbb
公式URL https://chromewebstore.google.com/detail/tf2center-adblock/ggafejbhopolaieibdkojeaiaodcnmbb
説明 Block ads on the tf2center.com without triggering anti-adblocker
ファイルサイズ 64.16 KB
インストール数 93
現在のバージョン 1.2.0
最終更新日 2018-11-20
公開日 2018-11-19
評価 4.67/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/cancerpubs/tf2center-AdBlock
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TF2Center AdBlock",
    "description": "Block ads on the tf2center.com without triggering anti-adblocker",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "38.png"
        },
        "default_title": "TF2Center AdBlock",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "removeads.js"
            ],
            "matches": [
                "https:\/\/tf2center.com\/*",
                "http:\/\/tf2center.com\/*"
            ]
        },
        {
            "js": [
                "help.js"
            ],
            "matches": [
                "https:\/\/tf2center.com\/adblock",
                "http:\/\/tf2center.com\/adblock"
            ]
        },
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/tf2center.com\/lobbies\/*",
                "http:\/\/tf2center.com\/lobbies\/*",
                "https:\/\/tf2center.com\/lobbies",
                "http:\/\/tf2center.com\/lobbies",
                "https:\/\/tf2center.com\/profile\/*",
                "http:\/\/tf2center.com\/profile\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "128.png"
    ]
}