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
电子邮箱 [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'"
}