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" } |