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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}