Articulate
Get rid of paywall and adblocker popups on websites!
Wat is Articulate?
Articulate is een Chrome-extensie ontwikkeld door Woodywoody, en de belangrijkste functie is "Get rid of paywall and adblocker popups on websites!".
Extensie Screenshots
Download het CRX-bestand van de extensie Articulate
Download Articulate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Articulate |
ID | nmjelpbdlokcmojoiaalhnbcffnmmgmd |
Officiële URL | https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd |
Beschrijving | Get rid of paywall and adblocker popups on websites! |
Bestandsgrootte | 10.51 KB |
Aantal Installaties | 372 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-09-09 |
Publicatiedatum | 2020-09-07 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Woodywoody |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |