Youtube short to video converter
Convert a Youtube video to a short.
Co je Youtube short to video converter?
Youtube short to video converter je rozšíření Chrome vyvinuté https://leonardochen.dev, a jeho hlavní funkcí je „Convert a Youtube video to a short.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube short to video converter
Stáhněte si soubory rozšíření Youtube short to video converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Youtube short to video converter |
ID | ahpfmcbhbecekponcmndgbalgncfelab |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-short-to-video-co/ahpfmcbhbecekponcmndgbalgncfelab |
Popis | Convert a Youtube video to a short. |
Velikost souboru | 111 KB |
Počet instalací | 137 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2023-08-28 |
Datum Vydání | 2023-08-07 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://leonardochen.dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } } |