YouTube Extra 1

Move,Rotate,Zoom Video

YouTube Extra 1 là gì?

YouTube Extra 1 là một tiện ích mở rộng Chrome được phát triển bởi anovsiradj, và tính năng chính của nó là "Move,Rotate,Zoom Video".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Extra 1

Tải xuống các tệp mở rộng YouTube Extra 1 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

                        This extension add custom controls on player to allow Move,Rotate,Zoom Video.                    

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

Tên YouTube Extra 1 YouTube Extra 1
ID fbjmohjgkmpnngocnabbacbhlclfikib
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib
Mô tả Move,Rotate,Zoom Video
Kích Thước Tệp 24.33 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-12-11
Ngày Phát Hành 2020-12-11
Nhà Phát Triển anovsiradj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/anovsiradj/ytextra1/
URL Trang Trợ Giúp https://github.com/anovsiradj/ytextra1/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Extra 1",
    "description": "Move,Rotate,Zoom Video",
    "icons": {
        "32": "icons\/favicon_32.png",
        "48": "icons\/favicon_48.png",
        "96": "icons\/favicon_96.png",
        "144": "icons\/favicon_144.png"
    },
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}