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
官方網址 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'"
}