overTheWall
an extension to bypass paywalls Keppo
overTheWallคืออะไร?
overTheWall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย juuzou และคุณลักษณะหลักของมันคือ "an extension to bypass paywalls Keppo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย overTheWall
ดาวน์โหลดไฟล์ส่วนขยาย overTheWall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
คำอธิบาย | an extension to bypass paywalls Keppo |
ขนาดไฟล์ | 47.44 KB |
จำนวนการติดตั้ง | 266 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-12-20 |
วันที่เผยแพร่ | 2019-12-20 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | juuzou |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.tanea.gr\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "LogoMakr_1gMTlP.png" } }, "description": "an extension to bypass paywalls Keppo", "manifest_version": 2, "name": "overTheWall", "options_ui": { "page": "options.html" }, "version": "1.0.0" } |