Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Video Speed Changer क्या है?
Video Speed Changer the.sh.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Speed Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.
एक्सटेंशन की मूल जानकारी
नाम | Video Speed Changer |
ID | nkgldikaifljadeeogdbanlckplpbffj |
आधिकारिक URL | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
विवरण | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
फ़ाइल का आकार | 6.23 KB |
स्थापना संख्या | 13,875 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-11-30 |
प्रकाशन तिथि | 2015-11-30 |
रेटिंग | 4.22/5 कुल 36 रेटिंग्स |
डेवलपर | the.sh.developer |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed Changer", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Video Speed Changer", "default_icon": { "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" } }, "background": { "scripts": [ "VideoSpeedChangerLoader.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |