Articulate
Get rid of paywall and adblocker popups on websites!
Vad är Articulate?
Articulate är en Chrome-tillägg utvecklad av Woodywoody, och dess huvudfunktion är "Get rid of paywall and adblocker popups on websites!".
Tilläggsskärmbilder
Ladda ner Articulate-förlängningens CRX-fil
Ladda ner Articulate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Articulate |
ID | nmjelpbdlokcmojoiaalhnbcffnmmgmd |
Officiell webbadress | https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd |
Beskrivning | Get rid of paywall and adblocker popups on websites! |
Filstorlek | 10.51 KB |
Antal Installationer | 372 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2020-09-09 |
Publiceringsdatum | 2020-09-07 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Woodywoody |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |