Antibait

Protects you from clickbaits.

What is Antibait?

Antibait is a Chrome extension developed by https://www.antibait.com, and its main feature is "Protects you from clickbaits.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Antibait Extension CRX File

Download Antibait extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With Antibait you can see the description and the title of the contents before click on it. And also you can filter unwanted contents.

Supported sites:

buzzfeed.com
edition.cnn.com
europe.newsweek.com
huffingtonpost.com
theatlantic.com
theguardian.com
more to come ...                    

Extension Basic Information

Name Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
Official URL https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
Description Protects you from clickbaits.
File Size 111 KB
Installation Count 27
Current Version 1.1
Last Updated 2017-02-12
Publish Date 2017-02-12
Rating 5.00/5 Total 5 Ratings
Developer https://www.antibait.com
Email [email protected]
Payment Type free
Extension Website https://www.antibait.com
Supported Languages en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Antibait",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "options_page": "page\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "",
        "notifications"
    ]
}