Youtube short to video converter
Convert a Youtube video to a short.
Qu'est-ce que Youtube short to video converter ?
Youtube short to video converter est une extension Chrome développée par https://leonardochen.dev, et sa fonction principale est "Convert a Youtube video to a short.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube short to video converter
Téléchargez les fichiers d'extension Youtube short to video converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Youtube short to video converter |
ID | ahpfmcbhbecekponcmndgbalgncfelab |
URL Officiel | https://chromewebstore.google.com/detail/youtube-short-to-video-co/ahpfmcbhbecekponcmndgbalgncfelab |
Description | Convert a Youtube video to a short. |
Taille du Fichier | 111 KB |
Nombre d'Installations | 137 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2023-08-28 |
Date de Publication | 2023-08-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://leonardochen.dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |