Faster videos
Lets you play youtube video at 3x and 4x speed
Faster videosคืออะไร?
Faster videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xavi และคุณลักษณะหลักของมันคือ "Lets you play youtube video at 3x and 4x speed"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faster videos
ดาวน์โหลดไฟล์ส่วนขยาย Faster videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wished you could watch videos at 3 or 4 times the speed? Well now you can with this new amazing chrome plugin. Get hyped for even faster PewDiePie and 100% more cat video. This is the closest thing to that super-fast-learn-thingy in the Matrix.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
คำอธิบาย | Lets you play youtube video at 3x and 4x speed |
ขนาดไฟล์ | 20 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-12-27 |
วันที่เผยแพร่ | 2017-12-27 |
ผู้พัฒนา | Xavi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faster videos", "description": "Lets you play youtube video at 3x and 4x speed", "version": "1.0", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "plugin.js" ], "run_at": "document_end" } ] } |