AdGuard Extra (Beta)

AdGuard Extra is designed to solve complicated cases when regular ad blocking rules aren't enough.

AdGuard Extra (Beta) क्या है?

AdGuard Extra (Beta) https://adguard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AdGuard Extra is designed to solve complicated cases when regular ad blocking rules aren't enough."।

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

screenshot

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

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

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

                        Please note, that this is a beta version of this extension: https://chrome.google.com/webstore/detail/gkeojjjcdcopjkbelgbcpckplegclfeg

AdGuard Extra is a browser extension that is supposed to fight ad blocking circumvention attempts which become more and more popular. Regular ad blocking rules do not allow us being as flexible as it's necessary, that's why AdGuard Extra was developed.

## Important

AdGuard Extra is a companion extension, it is supposed to be used with a full-scale ad blocker like AdGuard or any other. It provides no user interface save for the extension icon in the toolbar. Your browser should allow you to hide the icon if it annoys you.

Please note that it is only useful on a limited set of websites, and it does nothing on the websites not from this list.

Here's the list of websites where this extension can be useful:
https://github.com/AdguardTeam/AdGuardExtra/blob/master/README.md#important

If you have any issue to report, please do it here:
https://github.com/AdguardTeam/AdGuardExtra/issues                    

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

नाम AdGuard Extra (Beta) AdGuard Extra (Beta)
ID mglpocjcjbekdckiahfhagndealpkpbj
आधिकारिक URL https://chromewebstore.google.com/detail/adguard-extra-beta/mglpocjcjbekdckiahfhagndealpkpbj
विवरण AdGuard Extra is designed to solve complicated cases when regular ad blocking rules aren't enough.
फ़ाइल का आकार 107 KB
स्थापना संख्या 9,385
वर्तमान संस्करण 1.0.577
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2020-07-03
रेटिंग 4.89/5 कुल 19 रेटिंग्स
डेवलपर https://adguard.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AdguardTeam/AdGuardExtra/issues
सहायता पृष्ठ URL https://github.com/AdguardTeam/AdGuardExtra/issues
गोपनीयता नीति पृष्ठ URL https://adguard.com/privacy.html
समर्थित भाषाएँ id,ms,de,en,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "19": "assets\/images\/extra_icon_19.png",
            "38": "assets\/images\/extra_icon_38.png"
        },
        "default_title": "__MSG_browserExtensionName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "userscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88",
    "name": "AdGuard Extra (Beta)",
    "short_name": "__MSG_userscriptName__",
    "author": "Adguard Software Ltd",
    "version": "1.0.577",
    "default_locale": "en",
    "description": "__MSG_userscriptDescription__",
    "icons": {
        "16": "assets\/images\/extra_icon_16.png",
        "128": "assets\/images\/extra_icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "permissions": []
}