Bieber Blocker
Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.
Co je Bieber Blocker?
Bieber Blocker je rozšíření Chrome vyvinuté kaagleason, a jeho hlavní funkcí je „Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bieber Blocker
Stáhněte si soubory rozšíření Bieber Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
There are certain celebrities that cause you to cringe when you hear or see their name. Some people just deserve to be insulted. Finally, a chrome extension that will monitor the web for you and insert some insulting adjective before all those celebrities' names. NEW IN RELEASE 1.5: - Improved UI - Added insults Note, in some rare cases, Bieber Blocker can mess with the javascript on a page. If you notice anything acting up simply disable Bieber Blocking and please let me know.
Základní Informace o Rozšíření
Název | |
ID | ilommfifmlndhimdoehjkhnfaodpepop |
Oficiální URL | https://chrome.google.com/webstore/detail/bieber-blocker/ilommfifmlndhimdoehjkhnfaodpepop |
Popis | Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer. |
Velikost souboru | 35.14 KB |
Počet instalací | 68 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2016-01-23 |
Datum Vydání | 2016-01-23 |
Hodnocení | 3.71/5 Celkem 7 Hodnocení |
Vývojář | kaagleason |
Typ Platby | in_app |
Webové stránky Rozšíření | http://kevingleason.me/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bieber Blocker", "short_name": "bBlocker", "description": "Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.", "version": "1.5", "browser_action": { "default_icon": "icon16.png", "default_title": "Bieber Blocker", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "findReplace.js", "bblockr.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage" ] } |