Bieber Blocker
Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.
Bieber Blocker क्या है?
Bieber Blocker kaagleason द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bieber Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ilommfifmlndhimdoehjkhnfaodpepop |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bieber-blocker/ilommfifmlndhimdoehjkhnfaodpepop |
विवरण | Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer. |
फ़ाइल का आकार | 35.14 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2016-01-23 |
प्रकाशन तिथि | 2016-01-23 |
रेटिंग | 3.71/5 कुल 7 रेटिंग्स |
डेवलपर | kaagleason |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://kevingleason.me/ |
समर्थित भाषाएँ | 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" ] } |