Chris Brownout

Chrome extension to scrub Chris Brown from the internet. Permanently.

Chris Brownout क्या है?

Chris Brownout AUX TV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to scrub Chris Brown from the internet. Permanently."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chris Brownout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}