Antibait

Protects you from clickbaits.

Vad är Antibait?

Antibait är en Chrome-tillägg utvecklad av https://www.antibait.com, och dess huvudfunktion är "Protects you from clickbaits.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Antibait-förlängningens CRX-fil

Ladda ner Antibait-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 ...                    

Grundläggande Information om Tillägg

Namn Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
Officiell webbadress https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
Beskrivning Protects you from clickbaits.
Filstorlek 111 KB
Antal Installationer 27
Aktuell Version 1.1
Senast Uppdaterad 2017-02-12
Publiceringsdatum 2017-02-12
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://www.antibait.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.antibait.com
Stödda Språk 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"
    ]
}