Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

Qu'est-ce que Retruco Eliminate Anti AdBlock ?

Retruco Eliminate Anti AdBlock est une extension Chrome développée par Giovanni, et sa fonction principale est "Removes fixed message from Ad-Block blockers".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Retruco Eliminate Anti AdBlock

Téléchargez les fichiers d'extension Retruco Eliminate Anti AdBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
URL Officiel https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
Description Removes fixed message from Ad-Block blockers
Taille du Fichier 205 KB
Nombre d'Installations 1,578
Version Actuelle 1.3.0
Dernière Mise à Jour 2018-10-12
Date de Publication 2018-10-11
Évaluation 3.37/5 Total 19 Évaluations
Développeur Giovanni
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}