Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
Wattpad Read Modeคืออะไร?
Wattpad Read Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stylv และคุณลักษณะหลักของมันคือ "Declutters Wattpad UI to let you focus on reading"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wattpad Read Mode
ดาวน์โหลดไฟล์ส่วนขยาย Wattpad Read Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a button called "Enable Read Mode" when you're in a Wattpad story. Click the button to hide all the clutter so you can focus on reading your story!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wattpad Read Mode |
ID | dcccjojljijikdpgfollhdhfnmcedkkg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
คำอธิบาย | Declutters Wattpad UI to let you focus on reading |
ขนาดไฟล์ | 15.83 KB |
จำนวนการติดตั้ง | 3,942 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-09-05 |
วันที่เผยแพร่ | 2021-09-05 |
คะแนน | 4.92/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | stylv |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wattpad Read Mode", "version": "1.0.0", "description": "Declutters Wattpad UI to let you focus on reading", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.wattpad.com\/*" ] } ], "icons": { "16": "wattpad16.png", "48": "wattpad48.png", "128": "wattpad128.png" } } |