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 |
Eメール | [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\/*" ] } |