Double Prime Video

A better user interface for Amazon Prime Video playback.

¿Qué es Double Prime Video?

Double Prime Video es una extensión de Chrome desarrollada por Massive, y su función principal es "A better user interface for Amazon Prime Video playback.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Double Prime Video

Descarga archivos de extensión Double Prime Video en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Double Prime Video Double Prime Video
ID fflofpacjgknpfbhboabihefnpkpglkh
URL Oficial https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh
Descripción A better user interface for Amazon Prime Video playback.
Tamaño del Archivo 10.79 KB
Cantidad de Instalaciones 309
Versión Actual 3.0
Última Actualización 2019-03-06
Fecha de Publicación 2019-03-06
Calificación 2.60/5 Total de 5 Calificaciones
Desarrollador Massive
Tipo de Pago free
Idiomas Soportados 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"
    ]
}