Anti Clickbait

Fighting clickbaits - What's wrong with that? :)

Anti Clickbaitとは何ですか?

Anti Clickbaitはhttp://anti-clickbait.comによって開発されたChromeの拡張機能で、その主な機能は「Fighting clickbaits - What's wrong with that? :)」です。

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

screenshot
screenshot

Anti Clickbait拡張機能のCRXファイルをダウンロード

Anti Clickbait拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We are here to make clickbait, fishy and low informed page posts them less painful by adding additional information, directly from the article mentioned in the post.
In some cases, it might help you also in cases you are missing some information and don't really  want to enter a link, although it's not a clickbait, but only missing data on the post.

Please contact us with any idea or problem.

Thanks,
Etay and Itay
http://fb.me/acbextension (fill free to contact us through the page)                    

拡張機能の基本情報

名前 Anti Clickbait Anti Clickbait
ID gogcbainakpfalpojkbeklfdcbolphoi
公式URL https://chrome.google.com/webstore/detail/anti-clickbait/gogcbainakpfalpojkbeklfdcbolphoi
説明 Fighting clickbaits - What's wrong with that? :)
ファイルサイズ 62.79 KB
インストール数 363
現在のバージョン 1.0.4
最終更新日 2017-10-28
公開日 2017-10-28
評価 3.86/5 合計 7 レビュー
開発者 http://anti-clickbait.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://anti-clickbait.com/
プライバシーポリシーページのURL https://etaylib.s3.amazonaws.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti Clickbait",
    "short_name": "Anti Clickbait",
    "description": "Fighting clickbaits - What's wrong with that? :)",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": ".\/resources\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                ".\/resources\/jquery-1.11.3.min.js",
                ".\/content\/\/handlers\/facebook.js",
                ".\/content\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                ".\/content\/style.css"
            ]
        }
    ],
    "icons": {
        "128": ".\/resources\/logo.png",
        "16": ".\/resources\/logo.png",
        "48": ".\/resources\/logo.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "\/resources\/loading_spinner.gif"
    ],
    "background": {
        "scripts": [
            ".\/resources\/jquery-1.11.3.min.js",
            ".\/background\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}