Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

Retruco Eliminate Anti AdBlock क्या है?

Retruco Eliminate Anti AdBlock Giovanni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes fixed message from Ad-Block blockers"।

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

screenshot
screenshot

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

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

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

                        Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related.

This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function.

The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.                    

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

नाम Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
आधिकारिक URL https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
विवरण Removes fixed message from Ad-Block blockers
फ़ाइल का आकार 205 KB
स्थापना संख्या 1,578
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2018-10-12
प्रकाशन तिथि 2018-10-11
रेटिंग 3.37/5 कुल 19 रेटिंग्स
डेवलपर Giovanni
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Giovanni Ramos",
    "version": "1.3.0",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "16": "img\/icon-16-off.png",
            "32": "img\/icon-32.png"
        }
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}