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é es Arte.tv Additional buttons for the Player?

Arte.tv Additional buttons for the Player es una extensión de Chrome desarrollada por Vincent Denoual, y su función principal es "Adds a button to display a mini-player and a button for a in-tab fullscreen display".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Arte.tv Additional buttons for the Player

Descarga archivos de extensión Arte.tv Additional buttons for the Player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Arte.tv Additional buttons for the Player Arte.tv Additional buttons for the Player
ID igfikgghpnhggbmimjppfdillcbnddjf
URL Oficial https://chromewebstore.google.com/detail/artetv-additional-buttons/igfikgghpnhggbmimjppfdillcbnddjf
Descripción Adds a button to display a mini-player and a button for a in-tab fullscreen display
Tamaño del Archivo 41.14 KB
Cantidad de Instalaciones 55
Versión Actual 0.0.2
Última Actualización 2023-11-06
Fecha de Publicación 2022-01-17
Desarrollador Vincent Denoual
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions
URL de la Página de Ayuda https://www.linkedin.com/in/vincentdenoual/
Idiomas Soportados 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"
    }
}