Ad Avenger

Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.

Ad Avenger क्या है?

Ad Avenger collimmethen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch."।

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

screenshot
screenshot

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

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

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

                        Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch. His protection encompasses the most popular sites, so no more interruptions while you are watching your favorite content.
You can also feel safe while surfing the Internet because he blocks the third-party trackers, which advertising corporations use to spy on you.

If you have any inquiries or suggestions, you can always send an email to the creators of Ad Avenger. Support email - [email protected]. Looking forward to your awesome ideas.                    

एक्सटेंशन की मूल जानकारी

नाम Ad Avenger Ad Avenger
ID aabcnnmihfbpfblmeflmggaccdjlpfpp
आधिकारिक URL https://chrome.google.com/webstore/detail/ad-avenger/aabcnnmihfbpfblmeflmggaccdjlpfpp
विवरण Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.
फ़ाइल का आकार 800 KB
स्थापना संख्या 100,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-09-28
प्रकाशन तिथि 2021-09-28
रेटिंग 4.82/5 कुल 22 रेटिंग्स
डेवलपर collimmethen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,nl,es,it,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Avenger",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "icons\/enabled\/128x128.png",
        "48": "icons\/enabled\/48x48.png",
        "32": "icons\/enabled\/32x32.png",
        "16": "icons\/enabled\/16x16.png"
    },
    "browser_action": {
        "default_title": "Ad Avenger",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/enabled\/32x32.png",
            "24": "icons\/enabled\/24x24.png",
            "16": "icons\/enabled\/16x16.png"
        }
    },
    "background": {
        "scripts": [
            "adguard\/adguard-api.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "adguard\/adguard-content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ]
}