Arte.tv Additional buttons for the Player
Adds a button to display a mini-player and a button for a in-tab fullscreen display
Qu'est-ce que Arte.tv Additional buttons for the Player ?
Arte.tv Additional buttons for the Player est une extension Chrome développée par Vincent Denoual, et sa fonction principale est "Adds a button to display a mini-player and a button for a in-tab fullscreen display".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Arte.tv Additional buttons for the Player
Téléchargez les fichiers d'extension Arte.tv Additional buttons for the Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | igfikgghpnhggbmimjppfdillcbnddjf |
URL Officiel | https://chromewebstore.google.com/detail/artetv-additional-buttons/igfikgghpnhggbmimjppfdillcbnddjf |
Description | Adds a button to display a mini-player and a button for a in-tab fullscreen display |
Taille du Fichier | 41.14 KB |
Nombre d'Installations | 55 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-11-06 |
Date de Publication | 2022-01-17 |
Développeur | Vincent Denoual |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions |
URL de la Page d'Aide | https://www.linkedin.com/in/vincentdenoual/ |
Langues Prises en Charge | 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" } } |