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"
    }
}