VSC - Video Speed Controller

Speed control for any html5 video player: speed up, slow down, rewind ...

VSC - Video Speed Controller là gì?

VSC - Video Speed Controller là một tiện ích mở rộng Chrome được phát triển bởi nikkolaevrom, và tính năng chính của nó là "Speed control for any html5 video player: speed up, slow down, rewind ...".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VSC - Video Speed Controller

Tải xuống các tệp mở rộng VSC - Video Speed Controller 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

                        VSC - Video Speed Controller is a very handy product with which you can make cool videos in different formats. This product has already been used by millions of our users and they are very satisfied with our product. This extension is multifunctional. Also, VSC - Video Speed Controller does not ask you for your personal data or any information about you. The essence of the product is that it is an editor for your video, you can slow down, rewind, speed up and so on. All of these factors will make your video much brighter and cooler. Download VSC - Video Speed Controller and start creating.                    

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

Tên VSC - Video Speed Controller VSC - Video Speed Controller
ID khemaigjecfepmjpbdjnmiacjpbbkgoj
URL Chính Thức https://chrome.google.com/webstore/detail/vsc-video-speed-controlle/khemaigjecfepmjpbdjnmiacjpbbkgoj
Mô tả Speed control for any html5 video player: speed up, slow down, rewind ...
Kích Thước Tệp 230 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-12-19
Ngày Phát Hành 2021-09-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nikkolaevrom
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/pic\/icon.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/worker\/index.js"
        ]
    },
    "options_page": "\/option\/index.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Speed control for any html5 video player: speed up, slow down, rewind ...",
    "browser_action": {
        "default_icon": "\/pic\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/inject\/style\/basic.css",
                "\/inject\/style\/platform.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "\/lib\/jq.min.js",
                "\/inject\/script\/synodal.js",
                "\/inject\/script\/abUsable.js",
                "\/inject\/script\/t_rispinose.js",
                "\/inject\/script\/pseudoscopy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "\/inject\/**"
    ],
    "version": "1.0.1"
}