2x Speed
Change video speed on the web page to 2x speed
2x Speedคืออะไร?
2x Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Change video speed on the web page to 2x speed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2x Speed
ดาวน์โหลดไฟล์ส่วนขยาย 2x Speed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When this extension is clicked, this extension doubles the playback speed of the video in the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 2x Speed |
ID | olomblpgcmhcgpijaioadbecpidmmdmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb |
คำอธิบาย | Change video speed on the web page to 2x speed |
ขนาดไฟล์ | 37.39 KB |
จำนวนการติดตั้ง | 1,652 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-07-18 |
วันที่เผยแพร่ | 2019-07-17 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/redshoga/2x-video-extension |
URL หน้าช่วยเหลือ | https://github.com/redshoga/2x-video-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2x Speed", "version": "0.0.1", "description": "Change video speed on the web page to 2x speed", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "background": { "scripts": [ "background.js" ] } } |