Extension Youtube Player

This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.

Τι είναι το Extension Youtube Player;

Το Extension Youtube Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον akifumi-dev, και η κύρια λειτουργία του είναι "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Extension Youtube Player

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

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

                        This is a Chrome extension that allows you to watch Youtube in the background.

This is a solution for those who can't concentrate or get in the way of having Youtube in their tabs.

Enter a URL and a small window optimized for the player will open and play the Youtube video.

・Support for play lists
・Simple design that doesn't get in the way
・Easy to operate

Please note that you need to enable the embedding option by the video contributor on Youtube to watch it.                    

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

Όνομα Extension Youtube Player Extension Youtube Player
ID cfjbdignpheklanjahlbdogdnbaklhig
Επίσημο URL https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig
Περιγραφή This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
Μέγεθος Αρχείου 16.12 KB
Αριθμός Εγκαταστάσεων 2,198
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2020-07-01
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής akifumi-dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Youtube Player",
    "version": "0.0.2",
    "description": "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/extensionYoutube16.png",
        "128": "images\/extensionYoutube128.png"
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/script\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ]
}