Antibait

Protects you from clickbaits.

Co to jest Antibait?

Antibait to rozszerzenie Chrome opracowane przez https://www.antibait.com, a jego główną funkcją jest „Protects you from clickbaits.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Antibait

Pobierz pliki rozszerzeń Antibait w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
Oficjalny URL https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
Opis Protects you from clickbaits.
Rozmiar pliku 111 KB
Liczba instalacji 27
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-02-12
Data Publikacji 2017-02-12
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://www.antibait.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.antibait.com
Obsługiwane Języki 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"
    ]
}