Extension Youtube Player
This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
Qu'est-ce que Extension Youtube Player ?
Extension Youtube Player est une extension Chrome développée par akifumi-dev, et sa fonction principale est "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extension Youtube Player
Téléchargez les fichiers d'extension Extension Youtube 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
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.
Informations de Base sur l'Extension
Nom | Extension Youtube Player |
ID | cfjbdignpheklanjahlbdogdnbaklhig |
URL Officiel | https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig |
Description | This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL. |
Taille du Fichier | 16.12 KB |
Nombre d'Installations | 2,198 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-07-01 |
Date de Publication | 2020-06-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | akifumi-dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |