Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Co to jest Youtube Channel Playlist?
Youtube Channel Playlist to rozszerzenie Chrome opracowane przez Hornobster, a jego główną funkcją jest „This extension will start playing the channel playlist of uploaded videos, starting from the current one.”.
Pobierz plik CRX rozszerzenia Youtube Channel Playlist
Pobierz pliki rozszerzeń Youtube Channel Playlist 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 extension will start playing the channel playlist of uploaded videos, starting from the current one. Instructions: - Open a Youtube video - Click on Youtube Channel Playlist icon - Enjoy your playlist!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Opis | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
Rozmiar pliku | 14.03 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.1.3 |
Ostatnia Aktualizacja | 2015-02-07 |
Data Publikacji | 2015-02-07 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | Hornobster |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Channel Playlist", "short_name": "YTPlaylist", "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.", "version": "1.1.3", "permissions": [ "activeTab", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Start playlist" } } |