Arte.tv Additional buttons for the Player
Adds a button to display a mini-player and a button for a in-tab fullscreen display
O que é Arte.tv Additional buttons for the Player?
Arte.tv Additional buttons for the Player é uma extensão do Chrome desenvolvida por Vincent Denoual, e sua principal característica é "Adds a button to display a mini-player and a button for a in-tab fullscreen display".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Arte.tv Additional buttons for the Player
Baixe arquivos de extensão Arte.tv Additional buttons for the Player 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
Adds two more buttons to the Arte.tv Player, accessible from https://www.arte.tv. > The first button to display a mini-player, that shows above all other windows hence permits watching TV while carrying out other tasks. > The second button displays the video in fullscreen within the tab, to leave the possibility to change tabs without quitting the fullscreen mode. Both buttons are displayed at the bottom right of the Player, in flashy green. This add-on is independent from Arte.tv. ________ Version 0.0.2: Added localization (EN, FR, DE, IT, ES, PL) Version 0.0.1: First version
Informações Básicas da Extensão
Nome | |
ID | igfikgghpnhggbmimjppfdillcbnddjf |
URL Oficial | https://chromewebstore.google.com/detail/artetv-additional-buttons/igfikgghpnhggbmimjppfdillcbnddjf |
Descrição | Adds a button to display a mini-player and a button for a in-tab fullscreen display |
Tamanho do Arquivo | 41.14 KB |
Contagem de Instalações | 55 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-11-06 |
Data de Publicação | 2022-01-17 |
Desenvolvedor | Vincent Denoual |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions |
URL da Página de Ajuda | https://www.linkedin.com/in/vincentdenoual/ |
Idiomas Suportados | de,en,fr,es,it,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.0.2", "author": "Vincent Denoual", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.arte.tv\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" } }, "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" } } |