Chris Brownout
Chrome extension to scrub Chris Brown from the internet. Permanently.
什么是Chris Brownout?
Chris Brownout是由AUX TV开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to scrub Chris Brown from the internet. Permanently.”。
扩展截图
下载Chris Brownout扩展crx文件
下载Chris Brownout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Making the internet Chris Brown free. Developed by Aux Labs (aka AUX TV) [Official website: http://www.aux.tv/]. This is Greg Leuch's javascript files modified by Roman Swietlik (@romanswietlik) and packaged into a Chrome Extension. Credits: Greg Leuch (@gleuch - http://www.gleuch.com) Original Shaved Bieber - http://fffff.at/shaved-bieber This extension is to scrub the internet of Chris Brown.
扩展基本信息
名称 | |
ID | dojkjfhfkloklnmbdlocgfkonkmaocca |
官方URL | https://chrome.google.com/webstore/detail/chris-brownout/dojkjfhfkloklnmbdlocgfkonkmaocca |
简介 | Chrome extension to scrub Chris Brown from the internet. Permanently. |
文件大小 | 309 KB |
安装次数 | 60 |
当前版本 | 1.1.1 |
更新时间 | 2012-09-12 |
上架时间 | 2012-09-12 |
评分 | 3.26/5 共19次评分 |
开发者 | AUX TV |
付费类型 | free |
扩展官网 | http://aux.tv/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chris Brownout", "description": "Chrome extension to scrub Chris Brown from the internet. Permanently.", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-latest.js", "brownout.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/chrisbrownout_16.jpg", "32": "icons\/chrisbrownout_32.jpg", "48": "icons\/chrisbrownout_48.jpg", "64": "icons\/chrisbrownout_64.jpg", "128": "icons\/chrisbrownout_128.png", "256": "icons\/chrisbrownout_256.jpg" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.1.1" } |