playlistk
Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
Cos'è playlistk?
playlistk è un'estensione di Chrome sviluppata da playlistk, e la sua funzione principale è "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione playlistk
Scarica i file di estensione playlistk 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
Be able to create one playlist with Youtube, Soundcloud, and Bandcamp. Instead of having to have multiple accounts for all 3 and have 3 separate playlists. Just browse to any Youtube video, Soundcloud song, or Bandcamp song, click the icon on the top right of the browser to add it to your playlist and start listening or watching. A Few Features: Shuffling Repeat the same track over and over View Counter Share a playlist
Informazioni di Base sull'Estensione
Nome | |
ID | ipmnaonhgnflgconkogoldlolgmmmnam |
URL Ufficiale | https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam |
Descrizione | Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists. |
Dimensione del File | 40.78 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-06-29 |
Data di Pubblicazione | 2016-06-29 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | playlistk |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://playlistk.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "playlistk", "description": "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "scripts.js", "jquery.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/" ] } |