Buzzkill.in

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

Buzzkill.in là gì?

Buzzkill.in là một tiện ích mở rộng Chrome được phát triển bởi harman314, và tính năng chính của nó là "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Buzzkill.in

Tải xuống các tệp mở rộng Buzzkill.in dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
URL Chính Thức https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Mô tả Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Kích Thước Tệp 32.33 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2015-02-03
Ngày Phát Hành 2015-02-03
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển harman314
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}