Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Vad är Youtube Channel Playlist?
Youtube Channel Playlist är en Chrome-tillägg utvecklad av Hornobster, och dess huvudfunktion är "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".
Ladda ner Youtube Channel Playlist-förlängningens CRX-fil
Ladda ner Youtube Channel Playlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Beskrivning | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
Filstorlek | 14.03 KB |
Antal Installationer | 33 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2015-02-07 |
Publiceringsdatum | 2015-02-07 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | Hornobster |
Betalningssätt | free |
Stödda Språk | 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" } } |