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 |
官方網址 | 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" } |