Chris Brownout
Chrome extension to scrub Chris Brown from the internet. Permanently.
Chris Brownout là gì?
Chris Brownout là một tiện ích mở rộng Chrome được phát triển bởi AUX TV, và tính năng chính của nó là "Chrome extension to scrub Chris Brown from the internet. Permanently.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chris Brownout
Tải xuống các tệp mở rộng Chris Brownout dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dojkjfhfkloklnmbdlocgfkonkmaocca |
URL Chính Thức | https://chrome.google.com/webstore/detail/chris-brownout/dojkjfhfkloklnmbdlocgfkonkmaocca |
Mô tả | Chrome extension to scrub Chris Brown from the internet. Permanently. |
Kích Thước Tệp | 309 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2012-09-12 |
Ngày Phát Hành | 2012-09-12 |
Đánh Giá | 3.26/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | AUX TV |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://aux.tv/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |