Double Prime Video
A better user interface for Amazon Prime Video playback.
Double Prime Video क्या है?
Double Prime Video Massive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better user interface for Amazon Prime Video playback."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Double Prime Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |