Freemium Articles
Read premium articles for free
Wat is Freemium Articles?
Freemium Articles is een Chrome-extensie ontwikkeld door Reed Stewart, en de belangrijkste functie is "Read premium articles for free".
Extensie Screenshots
Download het CRX-bestand van de extensie Freemium Articles
Download Freemium Articles-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
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
Basisinformatie over de Extensie
Naam | |
ID | doejmahfiibmfieijikpadphmagabobb |
Officiële URL | https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb |
Beschrijving | Read premium articles for free |
Bestandsgrootte | 115 KB |
Aantal Installaties | 404 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2020-10-14 |
Publicatiedatum | 2020-07-20 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Reed Stewart |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |