Double Prime Video
A better user interface for Amazon Prime Video playback.
O que é Double Prime Video?
Double Prime Video é uma extensão do Chrome desenvolvida por Massive, e sua principal característica é "A better user interface for Amazon Prime Video playback.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Double Prime Video
Baixe arquivos de extensão Double Prime Video no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fflofpacjgknpfbhboabihefnpkpglkh |
URL Oficial | https://chrome.google.com/webstore/detail/double-prime-video/fflofpacjgknpfbhboabihefnpkpglkh |
Descrição | A better user interface for Amazon Prime Video playback. |
Tamanho do Arquivo | 10.79 KB |
Contagem de Instalações | 309 |
Versão Atual | 3.0 |
Última Atualização | 2019-03-06 |
Data de Publicação | 2019-03-06 |
Classificação | 2.60/5 Total de 5 Avaliações |
Desenvolvedor | Massive |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |