Freemium Articles
Read premium articles for free
Cos'è Freemium Articles?
Freemium Articles è un'estensione di Chrome sviluppata da Reed Stewart, e la sua funzione principale è "Read premium articles for free".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Freemium Articles
Scarica i file di estensione Freemium Articles 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
Freemium Articles is a completely free chrome extension that will 'unlock' premium articles on the NZ Herald website. If you're having any troubles and the articles aren't being displayed I recommend hard reloading the page. You can do this easily in Chrome by pressing the Ctrl + Shift + R key's at the same time, or for Mac use the keys Command + Shift + R. v1.0.5 - Fixed extension not showing articles again.... - Fixed "Big Read" articles not being displayed v1.0.4 - Added Auto Load feature, click this checkbox to load articles automatically without having to press extension button - Fixed issues that was causing content not to load
Informazioni di Base sull'Estensione
Nome | |
ID | doejmahfiibmfieijikpadphmagabobb |
URL Ufficiale | https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb |
Descrizione | Read premium articles for free |
Dimensione del File | 115 KB |
Conteggio Installazioni | 404 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2020-10-14 |
Data di Pubblicazione | 2020-07-20 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | Reed Stewart |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freemium Articles", "description": "Read premium articles for free", "version": "1.0.5", "manifest_version": 2, "icons": { "128": ".\/img\/icon_128.png" }, "browser_action": { "default_icon": ".\/img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.nzherald.co.nz\/*" ], "js": [ "contentScript.js" ] } ] } |