Buzzkill.in

Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites

ما هو Buzzkill.in؟

Buzzkill.in هو إضافة Chrome تم تطويرها بواسطة harman314، والميزة الرئيسية لها هي "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Buzzkill.in

قم بتنزيل ملفات الامتداد Buzzkill.in بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Just hover above a viral article to see a Buzzkiller. Click the Buzzkill icon to submit a new Buzzkill

The 'Buzzkills' will be crowdsourced and it might take some time before you eventually start seeing them. In the meantime, serve humanity by submitting new ones yourself.                    

معلومات أساسية عن التمديد

الاسم Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
الوصف Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
حجم الملف 32.33 KB
عدد التثبيتات 64
النسخة الحالية 0.0.0.2
آخر تحديث 2015-02-03
تاريخ النشر 2015-02-03
تقييم 3.80/5 مجموع تقييمات 5
المطور harman314
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buzzkill.in",
    "description": "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites",
    "version": "0.0.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "parse-1.3.4.min.js",
                "eventPage.js"
            ]
        }
    ]
}