TF2Center AdBlock

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

TF2Center AdBlock क्या है?

TF2Center AdBlock Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block ads on the tf2center.com without triggering anti-adblocker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TF2Center AdBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}