Bieber Blocker
Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.
什么是Bieber Blocker?
Bieber Blocker是由kaagleason开发的Chrome扩展程序,该扩展的主要功能是“Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.”。
扩展截图
下载Bieber Blocker扩展crx文件
下载Bieber Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |