Ad Bro
Removes 'Please disable your ad-block' pop-ups
Was ist Ad Bro?
Ad Bro ist eine Chrome-Erweiterung, die von Jossef Harush entwickelt wurde, und ihr Hauptmerkmal ist "Removes 'Please disable your ad-block' pop-ups".
Erweiterungsscreenshots
Ad Bro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ad Bro-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
Have you been using the famous AdBlock chrome extension and saw these "Please Disable Your AdBlock" messages? NO MORE!
Grundlegende Informationen zur Erweiterung
Name | |
ID | fbodfffldccejagkgmdolpoiefffhfhf |
Offizielle URL | https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf |
Beschreibung | Removes 'Please disable your ad-block' pop-ups |
Dateigröße | 14.97 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1 |
Letztes Update | 2016-05-28 |
Veröffentlichungsdatum | 2016-05-28 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jossef Harush |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jossef/ad-bro |
Hilfeseite URL | https://github.com/jossef/ad-bro |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jossef Harush", "manifest_version": 2, "name": "Ad Bro", "icons": { "128": "icon.png" }, "short_name": "Ad Bro", "description": "Removes 'Please disable your ad-block' pop-ups", "offline_enabled": true, "version": "1", "content_scripts": [ { "matches": [ "*:\/\/*.ynet.co.il\/*" ], "js": [ "js\/common.js", "js\/sites\/ynet.co.il.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "*:\/\/*.hwzone.co.il\/*" ], "js": [ "js\/common.js", "js\/sites\/hwzone.co.il.js" ], "all_frames": true, "run_at": "document_end" } ] } |