YouTube Turbo Button
Sets the video playback speed to a specified amount.
YouTube Turbo Buttonคืออะไร?
YouTube Turbo Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://systemcluster.me และคุณลักษณะหลักของมันคือ "Sets the video playback speed to a specified amount."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Turbo Button
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Turbo Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Turbo Button |
ID | bonbclphagmhlcpiahpimimkbmlamenc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc |
คำอธิบาย | Sets the video playback speed to a specified amount. |
ขนาดไฟล์ | 31.05 KB |
จำนวนการติดตั้ง | 2,234 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2019-09-30 |
วันที่เผยแพร่ | 2019-09-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://systemcluster.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Systemcluster/youtube-turbo-button |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Turbo Button", "short_name": "YT Turbo Button", "description": "Sets the video playback speed to a specified amount.", "version": "0.1.4", "author": "Christian Sdunek", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "options_ui": { "page": "chrome\/content\/settings_inline.html", "chrome_style": true, "open_in_tab": false }, "icons": { "48": "chrome\/skin\/icon48.png", "64": "chrome\/skin\/icon64.png", "128": "chrome\/skin\/icon128.png", "256": "chrome\/skin\/icon256.png" }, "background": { "scripts": [ "lib\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "48": "chrome\/skin\/icon48.png", "64": "chrome\/skin\/icon64.png", "128": "chrome\/skin\/icon128.png", "256": "chrome\/skin\/icon256.png" } }, "permissions": [ "*:\/\/*.youtube.com\/", "activeTab", "storage", "contextMenus" ] } |