Arte.tv Additional buttons for the Player

Adds a button to display a mini-player and a button for a in-tab fullscreen display

Τι είναι το Arte.tv Additional buttons for the Player;

Το Arte.tv Additional buttons for the Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vincent Denoual, και η κύρια λειτουργία του είναι "Adds a button to display a mini-player and a button for a in-tab fullscreen display".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Arte.tv Additional buttons for the Player

Λήψη αρχείων επέκτασης Arte.tv Additional buttons for the Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Arte.tv Additional buttons for the Player Arte.tv Additional buttons for the Player
ID igfikgghpnhggbmimjppfdillcbnddjf
Επίσημο URL https://chromewebstore.google.com/detail/artetv-additional-buttons/igfikgghpnhggbmimjppfdillcbnddjf
Περιγραφή Adds a button to display a mini-player and a button for a in-tab fullscreen display
Μέγεθος Αρχείου 41.14 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2023-11-06
Ημερομηνία Δημοσίευσης 2022-01-17
Προγραμματιστής Vincent Denoual
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions
Διεύθυνση URL της Σελίδας Βοήθειας https://www.linkedin.com/in/vincentdenoual/
Υποστηριζόμενες Γλώσσες 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"
    }
}