Subtitle Hider
A simple addon that can hide hard subtitle
Subtitle Hiderคืออะไร?
Subtitle Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KamiGim และคุณลักษณะหลักของมันคือ "A simple addon that can hide hard subtitle"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtitle Hider
ดาวน์โหลดไฟล์ส่วนขยาย Subtitle Hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple addon that can hide hard subtitle
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | efcmkinkhmekabcnfnfepglblgbkifeg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/subtitle-hider/efcmkinkhmekabcnfnfepglblgbkifeg |
คำอธิบาย | A simple addon that can hide hard subtitle |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-09-24 |
วันที่เผยแพร่ | 2020-09-24 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | KamiGim |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/KamiGim/subtitle-hider |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subtitle Hider", "version": "0.1", "description": "A simple addon that can hide hard subtitle", "permissions": [ "*:\/\/*\/*" ], "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "64": "icon\/icon64.png" }, "browser_action": { "default_icon": "icon\/icon.png", "default_title": "Toggle subtitle hider" }, "background": { "scripts": [ "bg\/background.js" ] }, "content_scripts": [ { "matches": [ " |