Double Prime Video

A better user interface for Amazon Prime Video playback.

什么是Double Prime Video?

Double Prime Video是由Massive开发的Chrome扩展程序,该扩展的主要功能是“A better user interface for Amazon Prime Video playback.”。

扩展截图

screenshot
screenshot

下载Double Prime Video扩展crx文件

下载Double Prime Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Double Prime Video Double Prime Video
ID fflofpacjgknpfbhboabihefnpkpglkh
官方URL https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh
简介 A better user interface for Amazon Prime Video playback.
文件大小 10.79 KB
安装次数 309
当前版本 3.0
更新时间 2019-03-06
上架时间 2019-03-06
评分 2.60/5 共5次评分
开发者 Massive
付费类型 free
支持的语言 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"
    ]
}