Articulate
Get rid of paywall and adblocker popups on websites!
Qu'est-ce que Articulate ?
Articulate est une extension Chrome développée par Woodywoody, et sa fonction principale est "Get rid of paywall and adblocker popups on websites!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Articulate
Téléchargez les fichiers d'extension Articulate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Articulate |
ID | nmjelpbdlokcmojoiaalhnbcffnmmgmd |
URL Officiel | https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd |
Description | Get rid of paywall and adblocker popups on websites! |
Taille du Fichier | 10.51 KB |
Nombre d'Installations | 372 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-09-09 |
Date de Publication | 2020-09-07 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Woodywoody |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |