Chris Brownout

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

ما هو Chris Brownout؟

Chris Brownout هو إضافة Chrome تم تطويرها بواسطة AUX TV، والميزة الرئيسية لها هي "Chrome extension to scrub Chris Brown from the internet. Permanently.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chris Brownout

قم بتنزيل ملفات الامتداد Chris Brownout بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}