Retruco Eliminate Anti AdBlock
Removes fixed message from Ad-Block blockers
Was ist Retruco Eliminate Anti AdBlock?
Retruco Eliminate Anti AdBlock ist eine Chrome-Erweiterung, die von Giovanni entwickelt wurde, und ihr Hauptmerkmal ist "Removes fixed message from Ad-Block blockers".
Erweiterungsscreenshots
Retruco Eliminate Anti AdBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Retruco Eliminate Anti AdBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Retruco Eliminate Anti AdBlock |
ID | gpkdlgnngkiiphplplodblijekhnjjob |
Offizielle URL | https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob |
Beschreibung | Removes fixed message from Ad-Block blockers |
Dateigröße | 205 KB |
Installationsanzahl | 1,578 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2018-10-12 |
Veröffentlichungsdatum | 2018-10-11 |
Bewertung | 3.37/5 Insgesamt 19 Bewertungen |
Entwickler | Giovanni |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |