Video Speed Control

Extension used to control the video playback speed.

Video Speed Control là gì?

Video Speed Control là một tiện ích mở rộng Chrome được phát triển bởi maksimchernikovich2000, và tính năng chính của nó là "Extension used to control the video playback speed.".

Ả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 Video Speed Control

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

                        Video speed controller will improve your browsing and make your life easy. This extension allows you to speed up, slow down, rewind and advance the video using keyboard. Manage the speed of any video in simple manner. Video speed controller is absolutely ad-free and has no hidden scripts. It also doesn`t weigh a lot and is pretty easy to work with. This is the best video speed control tool you`ll find on the web. If you watch a lot of videos and want to manage the speed in simple manner then you should definitely install this extension. Extension is absolutely free and designed simply to do its job - html5 video speed control. Use specific buttons to speed up, slow down, rewind and advance the video. Let`s improve you chrome browser with new playback control extension. See, this is the type of simple and small apps that has a huge impact on your browsing experience. Playback control for your chrome browser is what you were looking for. You won`t be disappointed by this new and useful extension. Just install video speed control and you`ll see the improvement. Join the community of users who has already installed this awesome app.                    

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

Tên Video Speed Control Video Speed Control
ID nkdfnemkkekgccjgodcndnblgfikgncm
URL Chính Thức https://chrome.google.com/webstore/detail/video-speed-control/nkdfnemkkekgccjgodcndnblgfikgncm
Mô tả Extension used to control the video playback speed.
Kích Thước Tệp 75.1 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-10-18
Ngày Phát Hành 2021-05-10
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển maksimchernikovich2000
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content_scripts\/cotos.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": [
                "jquery.min.js",
                "content_scripts\/casic1.js",
                "content_scripts\/casic2.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "Extension used to control the video playback speed.",
    "icons": {
        "128": "icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg1VWzr\/hEDq50Ji\/2FnKQ8TVFTT2maaL3SOwqRfGqpeE3KAS\/DnvjKY5v0VXsRLo5PU0azY+9XFLJf3ddZwOE26\/UW+48wUaCB096zR2jjEz4v2KeM7m6834T4h2Bl3rZTjRUmF6k8Qm225M4iYxLsSJIOKJm0KQxWcDWwQtv01la5qXnDKH\/ZardS9wkDDWgS4PiCSeois53n8\/uDNNNyMTYPbx9QPC1WDebAXyB4lbkJFH6NDXAZ7mBW1MFpApav7aYJpePgS9YQVIsC0BkckDF8HM2bTELBnSvvxWPkw69XCy3EYoAWr5FbASJ7LYJvwWRfMEZukYM20LUVGEHwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options_page\/index.html",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "content_scripts\/*.css",
        "*.css",
        "content_scripts\/*.js",
        "*.js"
    ]
}