Buzzkill.in

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

Buzzkill.inとは何ですか?

Buzzkill.inはharman314によって開発されたChromeの拡張機能で、その主な機能は「Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites」です。

拡張機能のスクリーンショット

screenshot
screenshot

Buzzkill.in拡張機能のCRXファイルをダウンロード

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