Double Prime Video

A better user interface for Amazon Prime Video playback.

Double Prime Video là gì?

Double Prime Video là một tiện ích mở rộng Chrome được phát triển bởi Massive, và tính năng chính của nó là "A better user interface for Amazon Prime Video playback.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Double Prime Video

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

                        Double Prime Video is a stylesheet extension for Amazon Prime Video.

The goal was to create a less intrusive experience where simply checking time remaining did not make the viewing experience unpleasant by darkening it or overlaying controls over the action.

Exact differences:
- Mouse movement no longer darkens the screen to show you controls
- The play/pause button is now on the bottom bar
- Jump Forward/Back 10 seconds have been removed (just use the seek bar)
- Top right controls (options, volume, subtitle, fullscreen, next episode) have been moved to the control bar on the bottom
- The close button has been moved to the top left
- The X-Ray functionality has been moved further up to screen to improve visibility.                    

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

Tên Double Prime Video Double Prime Video
ID fflofpacjgknpfbhboabihefnpkpglkh
URL Chính Thức https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh
Mô tả A better user interface for Amazon Prime Video playback.
Kích Thước Tệp 10.79 KB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2019-03-06
Ngày Phát Hành 2019-03-06
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Massive
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": 2,
    "name": "Double Prime Video",
    "description": "A better user interface for Amazon Prime Video playback.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "css": [
                "doublePrimeTime.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}