Freemium Articles
Read premium articles for free
什么是Freemium Articles?
Freemium Articles是由Reed Stewart开发的Chrome扩展程序,该扩展的主要功能是“Read premium articles for free”。
扩展截图
下载Freemium Articles扩展crx文件
下载Freemium Articles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | doejmahfiibmfieijikpadphmagabobb |
官方URL | https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb |
简介 | Read premium articles for free |
文件大小 | 115 KB |
安装次数 | 404 |
当前版本 | 1.0.5 |
更新时间 | 2020-10-14 |
上架时间 | 2020-07-20 |
评分 | 3.25/5 共4次评分 |
开发者 | Reed Stewart |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |