Freemium Articles
Read premium articles for free
What is Freemium Articles?
Freemium Articles is a Chrome extension developed by Reed Stewart, and its main feature is "Read premium articles for free".
Extension Screenshots
Download Freemium Articles Extension CRX File
Download Freemium Articles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | doejmahfiibmfieijikpadphmagabobb |
Official URL | https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb |
Description | Read premium articles for free |
File Size | 115 KB |
Installation Count | 404 |
Current Version | 1.0.5 |
Last Updated | 2020-10-14 |
Publish Date | 2020-07-20 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Reed Stewart |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |