Antibait

Protects you from clickbaits.

Что такое Antibait?

Antibait - это расширение Chrome, разработанное https://www.antibait.com, и его основная функция - "Protects you from clickbaits.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Antibait

Скачайте файлы расширений Antibait в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
Официальный URL https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
Описание Protects you from clickbaits.
Размер файла 111 KB
Количество установок 27
Текущая Версия 1.1
Последнее Обновление 2017-02-12
Дата публикации 2017-02-12
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://www.antibait.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.antibait.com
Поддерживаемые языки 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"
    ]
}