Articulate

Get rid of paywall and adblocker popups on websites!

Was ist Articulate?

Articulate ist eine Chrome-Erweiterung, die von Woodywoody entwickelt wurde, und ihr Hauptmerkmal ist "Get rid of paywall and adblocker popups on websites!".

Erweiterungsscreenshots

screenshot

Articulate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Articulate-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
Offizielle URL https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
Beschreibung Get rid of paywall and adblocker popups on websites!
Dateigröße 10.51 KB
Installationsanzahl 372
Aktuelle Version 1.2
Letztes Update 2020-09-09
Veröffentlichungsdatum 2020-09-07
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Woodywoody
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}