Yt tools
YouTube enhancements.
Yt toolsคืออะไร?
Yt tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hobosoft.production และคุณลักษณะหลักของมันคือ "YouTube enhancements."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yt tools
ดาวน์โหลดไฟล์ส่วนขยาย Yt tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds fast forward and rewind 5s buttons to youtube player. Adds Ctrl+q shortcut which focuses search bar. Automatically clicks 'Are you still watching?' Yes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yt tools |
ID | apemfkbcaiefdoeceaaefidpcgmfckkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk |
คำอธิบาย | YouTube enhancements. |
ขนาดไฟล์ | 5.11 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-12-15 |
วันที่เผยแพร่ | 2020-12-15 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | hobosoft.production |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yt tools", "version": "1.2", "description": "YouTube enhancements.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "all_frames": true } ] } |