Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
Youtube Video Speed UP! क्या है?
Youtube Video Speed UP! xinxinz9999 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Youtube Video Speed or any video that probably able to control, give it a try!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Video Speed UP! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Control Youtube Video Speed or any video that probably able to control. Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.) Slow Down from 0.01 to 1.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
विवरण | Control Youtube Video Speed or any video that probably able to control, give it a try! |
फ़ाइल का आकार | 12.61 KB |
स्थापना संख्या | 221 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2021-09-30 |
प्रकाशन तिथि | 2021-09-30 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | xinxinz9999 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Speed UP!", "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!", "version": "0.0.0.1", "manifest_version": 3, "author": "XINXIN ZHAO", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |