playlistk
Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
Wat is playlistk?
playlistk is een Chrome-extensie ontwikkeld door playlistk, en de belangrijkste functie is "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.".
Extensie Screenshots
Download het CRX-bestand van de extensie playlistk
Download playlistk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ipmnaonhgnflgconkogoldlolgmmmnam |
Officiële URL | https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam |
Beschrijving | Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists. |
Bestandsgrootte | 40.78 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-06-29 |
Publicatiedatum | 2016-06-29 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | playlistk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://playlistk.com |
Ondersteunde Talen | 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\/" ] } |