Double Prime Video

A better user interface for Amazon Prime Video playback.

Wat is Double Prime Video?

Double Prime Video is een Chrome-extensie ontwikkeld door Massive, en de belangrijkste functie is "A better user interface for Amazon Prime Video playback.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Double Prime Video

Download Double Prime Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Double Prime Video Double Prime Video
ID fflofpacjgknpfbhboabihefnpkpglkh
Officiële URL https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh
Beschrijving A better user interface for Amazon Prime Video playback.
Bestandsgrootte 10.79 KB
Aantal Installaties 309
Huidige Versie 3.0
Laatst Bijgewerkt 2019-03-06
Publicatiedatum 2019-03-06
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Massive
Betalingswijze free
Ondersteunde Talen 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"
    ]
}