Ad Bro
Removes 'Please disable your ad-block' pop-ups
Vad är Ad Bro?
Ad Bro är en Chrome-tillägg utvecklad av Jossef Harush, och dess huvudfunktion är "Removes 'Please disable your ad-block' pop-ups".
Tilläggsskärmbilder
Ladda ner Ad Bro-förlängningens CRX-fil
Ladda ner Ad Bro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Have you been using the famous AdBlock chrome extension and saw these "Please Disable Your AdBlock" messages? NO MORE!
Grundläggande Information om Tillägg
Namn | |
ID | fbodfffldccejagkgmdolpoiefffhfhf |
Officiell webbadress | https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf |
Beskrivning | Removes 'Please disable your ad-block' pop-ups |
Filstorlek | 14.97 KB |
Antal Installationer | 47 |
Aktuell Version | 1 |
Senast Uppdaterad | 2016-05-28 |
Publiceringsdatum | 2016-05-28 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Jossef Harush |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jossef/ad-bro |
Hjälpsida URL | https://github.com/jossef/ad-bro |
Stödda Språk | 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" } ] } |