Articulate

Get rid of paywall and adblocker popups on websites!

Co to jest Articulate?

Articulate to rozszerzenie Chrome opracowane przez Woodywoody, a jego główną funkcją jest „Get rid of paywall and adblocker popups on websites!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Articulate

Pobierz pliki rozszerzeń Articulate 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
Oficjalny URL https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
Opis Get rid of paywall and adblocker popups on websites!
Rozmiar pliku 10.51 KB
Liczba instalacji 372
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-09-09
Data Publikacji 2020-09-07
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Woodywoody
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}