Free Australian
Barely worth the effort.
Free Australianคืออะไร?
Free Australian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mr tre และคุณลักษณะหลักของมันคือ "Barely worth the effort."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Australian
ดาวน์โหลดไฟล์ส่วนขยาย Free Australian ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
คำอธิบาย | Barely worth the effort. |
ขนาดไฟล์ | 48.17 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2016-08-28 |
วันที่เผยแพร่ | 2016-08-28 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | mr tre |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/jquery.min.js", "scripts\/contentscript.js" ], "css": [ "css\/style.css" ], "matches": [ "http:\/\/www.theaustralian.com.au\/*", "http:\/\/webcache.googleusercontent.com\/*theaustralian.com.au*" ], "run_at": "document_start" } ], "permissions": [ "tabs" ], "name": "Free Australian", "description": "Barely worth the effort.", "version": "1.1.1" } |