Articulate
Get rid of paywall and adblocker popups on websites!
Cos'è Articulate?
Articulate è un'estensione di Chrome sviluppata da Woodywoody, e la sua funzione principale è "Get rid of paywall and adblocker popups on websites!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Articulate
Scarica i file di estensione Articulate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Articulate |
ID | nmjelpbdlokcmojoiaalhnbcffnmmgmd |
URL Ufficiale | https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd |
Descrizione | Get rid of paywall and adblocker popups on websites! |
Dimensione del File | 10.51 KB |
Conteggio Installazioni | 372 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-09-09 |
Data di Pubblicazione | 2020-09-07 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Woodywoody |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |