NZ Hearld Premium Article Viewer
Allows you to automatically view NZ Hearld premium articles without subscribing
NZ Hearld Premium Article Viewer là gì?
NZ Hearld Premium Article Viewer là một tiện ích mở rộng Chrome được phát triển bởi bigballerwizz, và tính năng chính của nó là "Allows you to automatically view NZ Hearld premium articles without subscribing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NZ Hearld Premium Article Viewer
Tải xuống các tệp mở rộng NZ Hearld Premium Article Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cbjdgaghcellmhofepnabpilajljibma |
URL Chính Thức | https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma |
Mô tả | Allows you to automatically view NZ Hearld premium articles without subscribing |
Kích Thước Tệp | 24.98 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-03-05 |
Ngày Phát Hành | 2020-09-20 |
Đánh Giá | 4.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | bigballerwizz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |