Youtube short to video converter
Convert a Youtube video to a short.
Youtube short to video converter क्या है?
Youtube short to video converter https://leonardochen.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert a Youtube video to a short."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube short to video converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Elevate your experience with YouTube shorts by incorporating essential tools directly into your shorts content. Introducing added buttons that seamlessly toggle between YouTube's shorts and videos, giving you greater control over your viewing journey.
एक्सटेंशन की मूल जानकारी
नाम | Youtube short to video converter |
ID | ahpfmcbhbecekponcmndgbalgncfelab |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-short-to-video-co/ahpfmcbhbecekponcmndgbalgncfelab |
विवरण | Convert a Youtube video to a short. |
फ़ाइल का आकार | 111 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2023-08-28 |
प्रकाशन तिथि | 2023-08-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://leonardochen.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube short to video converter", "version": "2.0.1", "description": "Convert a Youtube video to a short.", "author": "[email protected]", "action": { "default_icon": "icons\/convertIcon.png" }, "icons": { "16": "icons\/convertIcon-16x16.png", "48": "icons\/convertIcon-48x48.png", "128": "icons\/convertIcon-128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "scripts\/contentVid.js" ], "matches": [ "https:\/\/www.youtube.com\/watch*" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/iconWebCol.png", "icons\/iconVidWhite.png" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } } } } |