Double Prime Video
A better user interface for Amazon Prime Video playback.
What is Double Prime Video?
Double Prime Video is a Chrome extension developed by Massive, and its main feature is "A better user interface for Amazon Prime Video playback.".
Extension Screenshots
Download Double Prime Video Extension CRX File
Download Double Prime Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fflofpacjgknpfbhboabihefnpkpglkh |
Official URL | https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh |
Description | A better user interface for Amazon Prime Video playback. |
File Size | 10.79 KB |
Installation Count | 309 |
Current Version | 3.0 |
Last Updated | 2019-03-06 |
Publish Date | 2019-03-06 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Massive |
Payment Type | free |
Supported Languages | 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" ] } |