Freemium Articles
Read premium articles for free
Qu'est-ce que Freemium Articles ?
Freemium Articles est une extension Chrome développée par Reed Stewart, et sa fonction principale est "Read premium articles for free".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Freemium Articles
Téléchargez les fichiers d'extension Freemium Articles 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
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
Informations de Base sur l'Extension
Nom | |
ID | doejmahfiibmfieijikpadphmagabobb |
URL Officiel | https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb |
Description | Read premium articles for free |
Taille du Fichier | 115 KB |
Nombre d'Installations | 404 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2020-10-14 |
Date de Publication | 2020-07-20 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | Reed Stewart |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |