Arte.tv Additional buttons for the Player
Adds a button to display a mini-player and a button for a in-tab fullscreen display
Cos'è Arte.tv Additional buttons for the Player?
Arte.tv Additional buttons for the Player è un'estensione di Chrome sviluppata da Vincent Denoual, e la sua funzione principale è "Adds a button to display a mini-player and a button for a in-tab fullscreen display".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Arte.tv Additional buttons for the Player
Scarica i file di estensione Arte.tv Additional buttons for the Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | igfikgghpnhggbmimjppfdillcbnddjf |
URL Ufficiale | https://chromewebstore.google.com/detail/artetv-additional-buttons/igfikgghpnhggbmimjppfdillcbnddjf |
Descrizione | Adds a button to display a mini-player and a button for a in-tab fullscreen display |
Dimensione del File | 41.14 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2023-11-06 |
Data di Pubblicazione | 2022-01-17 |
Sviluppatore | Vincent Denoual |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions |
URL della Pagina di Aiuto | https://www.linkedin.com/in/vincentdenoual/ |
Lingue Supportate | 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" } } |