Double Prime Video
A better user interface for Amazon Prime Video playback.
Qu'est-ce que Double Prime Video ?
Double Prime Video est une extension Chrome développée par Massive, et sa fonction principale est "A better user interface for Amazon Prime Video playback.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Double Prime Video
Téléchargez les fichiers d'extension Double Prime Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fflofpacjgknpfbhboabihefnpkpglkh |
URL Officiel | https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh |
Description | A better user interface for Amazon Prime Video playback. |
Taille du Fichier | 10.79 KB |
Nombre d'Installations | 309 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2019-03-06 |
Date de Publication | 2019-03-06 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | Massive |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |