Video Controls

Re-styling of Prime Video playback controls to be less intrusive.

Video Controls là gì?

Video Controls là một tiện ích mở rộng Chrome được phát triển bởi Justin, và tính năng chính của nó là "Re-styling of Prime Video playback controls to be less intrusive.".

Ả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 Controls

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

                        Automatically re-styles Prime Video playback controls to be less intrusive.

Release Notes:

v1.0.1
- Added support for American prime video domains                    

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

Tên Video Controls Video Controls
ID jabennopofjkkeodfgcmpmdcibkjlcol
URL Chính Thức https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol
Mô tả Re-styling of Prime Video playback controls to be less intrusive.
Kích Thước Tệp 45.28 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-09-25
Ngày Phát Hành 2019-11-04
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Justin
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",
    "name": "Video Controls",
    "version": "1.1.2",
    "description": "Re-styling of Prime Video playback controls to be less intrusive.",
    "icons": {
        "128": "images\/logoIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/primevideo.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/logoIcon.png"
        }
    },
    "permissions": [
        "https:\/\/primevideo.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'",
    "manifest_version": 2
}