Block AdBlocker Blockers
Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
Vad är Block AdBlocker Blockers?
Block AdBlocker Blockers är en Chrome-tillägg utvecklad av https://extensionsworld.com, och dess huvudfunktion är "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.".
Tilläggsskärmbilder
Ladda ner Block AdBlocker Blockers-förlängningens CRX-fil
Ladda ner Block AdBlocker Blockers-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
Basically what it does is when an AdBlocker-Blocker, blocks your AdBlocker, You can click the "Block AdBlocker Blockers" Icon in the upper right corner of your browser, and this will block the AdBlocker-Blocker from Blocking youck AdBlocker.
Grundläggande Information om Tillägg
Namn | Block AdBlocker Blockers |
ID | kkgikoeejocnfndbnkddecapcdbijmjj |
Officiell webbadress | https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj |
Beskrivning | Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker. |
Filstorlek | 189 KB |
Antal Installationer | 79 |
Aktuell Version | 0.0.02 |
Senast Uppdaterad | 2020-12-16 |
Publiceringsdatum | 2020-12-08 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | https://extensionsworld.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://extensionsworld.com/BlockAdBlockerBlockers |
Hjälpsida URL | https://extensionsworld.com/contact |
URL till Sekretesspolicy Sidan | https://extensionsworld.com/legal |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block AdBlocker Blockers", "permissions": [ "activeTab" ], "version": "0.0.02", "background": { "scripts": [ "bg.js" ] }, "description": "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.", "icons": { "128": "blockAdBlockerBlockers.png" }, "browser_action": { "default_icon": { "128": "blockAdBlockerBlockers.png" }, "default_title": "I.... I BLOCKED THEM! ... I BLOCKED THEM ALL!!\nThey are BLOCKED... Every single one of them...\nAnd not just the blockers...\nBut the blockers and the blockers that are blocking their blockers too...\nThey are like AdBlocker Blockers, And blocked them like Ad Blocker Blockers!!!\n\nI HATE THEM!!!" }, "web_accessible_resources": [ "injectable.js" ] } |