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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bigballerwizz และคุณลักษณะหลักของมันคือ "Allows you to automatically view NZ Hearld premium articles without subscribing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NZ Hearld Premium Article Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |