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."입니다.

확장 프로그램 스크린샷

screenshot

Chris Brownout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Chris Brownout Chris Brownout
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"
}