TikTok Volume Controls
Adds volume control to tiktok's webview
TikTok Volume Controlsคืออะไร?
TikTok Volume Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย underscorenova และคุณลักษณะหลักของมันคือ "Adds volume control to tiktok's webview"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok Volume Controls
ดาวน์โหลดไฟล์ส่วนขยาย TikTok Volume Controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a volume slider to tiktok's webview, which saves the selected volume in the local storage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aekejnnacncliaijpeneblanhjahobip |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tiktok-volume-controls/aekejnnacncliaijpeneblanhjahobip |
คำอธิบาย | Adds volume control to tiktok's webview |
ขนาดไฟล์ | 13.29 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-05-07 |
วันที่เผยแพร่ | 2021-03-15 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | underscorenova |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Volume Controls", "version": "1.2", "description": "Adds volume control to tiktok's webview", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tiktok.com\/*" ], "run_at": "document_idle", "js": [ "player.js" ] } ] } |