Extension Youtube Player
This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
Co to jest Extension Youtube Player?
Extension Youtube Player to rozszerzenie Chrome opracowane przez akifumi-dev, a jego główną funkcją jest „This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Extension Youtube Player
Pobierz pliki rozszerzeń Extension Youtube Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Extension Youtube Player |
ID | cfjbdignpheklanjahlbdogdnbaklhig |
Oficjalny URL | https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig |
Opis | This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL. |
Rozmiar pliku | 16.12 KB |
Liczba instalacji | 2,198 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2020-07-01 |
Data Publikacji | 2020-06-30 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | akifumi-dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |