Extension Youtube Player
This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
Was ist Extension Youtube Player?
Extension Youtube Player ist eine Chrome-Erweiterung, die von akifumi-dev entwickelt wurde, und ihr Hauptmerkmal ist "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.".
Erweiterungsscreenshots
Extension Youtube Player-Erweiterungs-CRX-Datei herunterladen
Laden Sie Extension Youtube Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Extension Youtube Player |
ID | cfjbdignpheklanjahlbdogdnbaklhig |
Offizielle URL | https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig |
Beschreibung | This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL. |
Dateigröße | 16.12 KB |
Installationsanzahl | 2,198 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-07-01 |
Veröffentlichungsdatum | 2020-06-30 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | akifumi-dev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |