Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Cos'è Youtube Channel Playlist?
Youtube Channel Playlist è un'estensione di Chrome sviluppata da Hornobster, e la sua funzione principale è "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".
Scarica il file CRX dell'estensione Youtube Channel Playlist
Scarica i file di estensione Youtube Channel Playlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Descrizione | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
Dimensione del File | 14.03 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2015-02-07 |
Data di Pubblicazione | 2015-02-07 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | Hornobster |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |