Articulate

Get rid of paywall and adblocker popups on websites!

Что такое Articulate?

Articulate - это расширение Chrome, разработанное Woodywoody, и его основная функция - "Get rid of paywall and adblocker popups on websites!".

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

screenshot

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

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

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

                        Get rid of paywall and adblocker popups on websites! Simply click on the extension icon and see the magic happen!

Note: This extension work by getting rid of generic popups, but due to the unpredictable nature of how different developers may implement their popup, there will be cases where this extension does not work. It may also impact your browsing experience.                    

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

Название Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
Официальный URL https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
Описание Get rid of paywall and adblocker popups on websites!
Размер файла 10.51 KB
Количество установок 372
Текущая Версия 1.2
Последнее Обновление 2020-09-09
Дата публикации 2020-09-07
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Woodywoody
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Articulate",
    "version": "1.2",
    "description": "Get rid of paywall and adblocker popups on websites!",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}