Cairns Post Bypasser
Bypasses the Cairns Post paywall / article trial.
Cairns Post Bypasserคืออะไร?
Cairns Post Bypasser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kippykip และคุณลักษณะหลักของมันคือ "Bypasses the Cairns Post paywall / article trial."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cairns Post Bypasser
ดาวน์โหลดไฟล์ส่วนขยาย Cairns Post Bypasser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you continue reading after max article limit set from The Cairns Post news website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mjgpckopbdejplpambgcgefbijlkccco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cairns-post-bypasser/mjgpckopbdejplpambgcgefbijlkccco |
คำอธิบาย | Bypasses the Cairns Post paywall / article trial. |
ขนาดไฟล์ | 9.06 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-11-28 |
วันที่เผยแพร่ | 2020-11-28 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Kippykip |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "cpbypass_128x128.png", "default_title": "Cairns Post Bypasser" }, "description": "Bypasses the Cairns Post paywall \/ article trial.", "icons": { "16": "cpbypass_16x16.png", "32": "cpbypass_32x32.png", "128": "cpbypass_128x128.png" }, "manifest_version": 2, "name": "Cairns Post Bypasser", "permissions": [ "*:\/\/cairnspost.com.au\/*", "*:\/\/www.cairnspost.com.au\/*", "webRequest", "webRequestBlocking" ], "version": "1.0" } |