Youtube short to video converter

Convert a Youtube video to a short.

Wat is Youtube short to video converter?

Youtube short to video converter is een Chrome-extensie ontwikkeld door https://leonardochen.dev, en de belangrijkste functie is "Convert a Youtube video to a short.".

Extensie Screenshots

Download het CRX-bestand van de extensie Youtube short to video converter

Download Youtube short to video converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube short to video converter Youtube short to video converter
ID ahpfmcbhbecekponcmndgbalgncfelab
Officiële URL https://chromewebstore.google.com/detail/youtube-short-to-video-co/ahpfmcbhbecekponcmndgbalgncfelab
Beschrijving Convert a Youtube video to a short.
Bestandsgrootte 111 KB
Aantal Installaties 137
Huidige Versie 2.0.1
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2023-08-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://leonardochen.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}