Antibait

Protects you from clickbaits.

Was ist Antibait?

Antibait ist eine Chrome-Erweiterung, die von https://www.antibait.com entwickelt wurde, und ihr Hauptmerkmal ist "Protects you from clickbaits.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Antibait-Erweiterungs-CRX-Datei herunterladen

Laden Sie Antibait-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
Offizielle URL https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
Beschreibung Protects you from clickbaits.
Dateigröße 111 KB
Installationsanzahl 27
Aktuelle Version 1.1
Letztes Update 2017-02-12
Veröffentlichungsdatum 2017-02-12
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://www.antibait.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.antibait.com
Unterstützte Sprachen 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"
    ]
}