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 |
官方網址 | 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" ] } ] } |