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開發的Chrome擴展程式,該擴展的主要功能是“Convert a Youtube video to a short.”。

擴展截圖

下載Youtube short to video converter擴展crx文件

下載Youtube short to video converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Youtube short to video converter
ID ahpfmcbhbecekponcmndgbalgncfelab
官方網址 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"
            }
        }
    }
}