Youtube short to video converter

Convert a Youtube video to a short.

Youtube short to video converter là gì?

Youtube short to video converter là một tiện ích mở rộng Chrome được phát triển bởi https://leonardochen.dev, và tính năng chính của nó là "Convert a Youtube video to a short.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Youtube short to video converter

Tải xuống các tệp mở rộng Youtube short to video converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube short to video converter Youtube short to video converter
ID ahpfmcbhbecekponcmndgbalgncfelab
URL Chính Thức https://chromewebstore.google.com/detail/youtube-short-to-video-co/ahpfmcbhbecekponcmndgbalgncfelab
Mô tả Convert a Youtube video to a short.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2023-08-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://leonardochen.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}