Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Co je Youtube Channel Playlist?
Youtube Channel Playlist je rozšíření Chrome vyvinuté Hornobster, a jeho hlavní funkcí je „This extension will start playing the channel playlist of uploaded videos, starting from the current one.“.
Stáhnout soubor CRX rozšíření Youtube Channel Playlist
Stáhněte si soubory rozšíření Youtube Channel Playlist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Popis | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
Velikost souboru | 14.03 KB |
Počet instalací | 33 |
Aktuální Verze | 1.1.3 |
Poslední Aktualizace | 2015-02-07 |
Datum Vydání | 2015-02-07 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | Hornobster |
Typ Platby | free |
Podporované Jazyky | 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" } } |