Double Prime Video
A better user interface for Amazon Prime Video playback.
Double Prime Videoとは何ですか?
Double Prime VideoはMassiveによって開発されたChromeの拡張機能で、その主な機能は「A better user interface for Amazon Prime Video playback.」です。
拡張機能のスクリーンショット
Double Prime Video拡張機能のCRXファイルをダウンロード
Double Prime Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |