NZ Hearld Premium Article Viewer
Allows you to automatically view NZ Hearld premium articles without subscribing
Apa itu NZ Hearld Premium Article Viewer?
NZ Hearld Premium Article Viewer adalah ekstensi Chrome yang dikembangkan oleh bigballerwizz, dan fitur utamanya adalah "Allows you to automatically view NZ Hearld premium articles without subscribing".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NZ Hearld Premium Article Viewer
Unduh file ekstensi NZ Hearld Premium Article Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | cbjdgaghcellmhofepnabpilajljibma |
URL Resmi | https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma |
Deskripsi | Allows you to automatically view NZ Hearld premium articles without subscribing |
Ukuran File | 24.98 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2022-03-05 |
Tanggal Publikasi | 2020-09-20 |
Penilaian | 4.90/5 Total 10 Penilaian |
Pengembang | bigballerwizz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |