Youtube short to video converter

Convert a Youtube video to a short.

Cos'è Youtube short to video converter?

Youtube short to video converter è un'estensione di Chrome sviluppata da https://leonardochen.dev, e la sua funzione principale è "Convert a Youtube video to a short.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Youtube short to video converter

Scarica i file di estensione Youtube short to video converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Youtube short to video converter Youtube short to video converter
ID ahpfmcbhbecekponcmndgbalgncfelab
URL Ufficiale https://chromewebstore.google.com/detail/youtube-short-to-video-co/ahpfmcbhbecekponcmndgbalgncfelab
Descrizione Convert a Youtube video to a short.
Dimensione del File 111 KB
Conteggio Installazioni 137
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2023-08-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://leonardochen.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}