playlistk
Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
O que é playlistk?
playlistk é uma extensão do Chrome desenvolvida por playlistk, e sua principal característica é "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão playlistk
Baixe arquivos de extensão playlistk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ipmnaonhgnflgconkogoldlolgmmmnam |
URL Oficial | https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam |
Descrição | Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists. |
Tamanho do Arquivo | 40.78 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.1 |
Última Atualização | 2016-06-29 |
Data de Publicação | 2016-06-29 |
Classificação | 2.60/5 Total de 5 Avaliações |
Desenvolvedor | playlistk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://playlistk.com |
Idiomas Suportados | 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\/" ] } |