NZ Hearld Premium Article Viewer
Allows you to automatically view NZ Hearld premium articles without subscribing
什么是NZ Hearld Premium Article Viewer?
NZ Hearld Premium Article Viewer是由bigballerwizz开发的Chrome扩展程序,该扩展的主要功能是“Allows you to automatically view NZ Hearld premium articles without subscribing”。
扩展截图
下载NZ Hearld Premium Article Viewer扩展crx文件
下载NZ Hearld Premium Article Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No more paying for premium NZ Herald Articles! 5/3/2022 - Increased Speed, Fixed Big Articles, cleaned up loading - Big Baller Wizz has taken over development
扩展基本信息
名称 | |
ID | cbjdgaghcellmhofepnabpilajljibma |
官方URL | https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma |
简介 | Allows you to automatically view NZ Hearld premium articles without subscribing |
文件大小 | 24.98 KB |
安装次数 | 2,000 |
当前版本 | 1.3 |
更新时间 | 2022-03-05 |
上架时间 | 2020-09-20 |
评分 | 4.90/5 共10次评分 |
开发者 | bigballerwizz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NZ Hearld Premium Article Viewer", "description": "Allows you to automatically view NZ Hearld premium articles without subscribing", "version": "1.3", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/nzherald.co.nz\/*", "*:\/\/www.nzherald.co.nz\/*" ], "js": [ "foreground.js" ], "css": [ "custom.css" ] } ], "host_permissions": [ "https:\/\/www.nzherald.co.nz\/*" ] } |