playlistk
Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
Qu'est-ce que playlistk ?
playlistk est une extension Chrome développée par playlistk, et sa fonction principale est "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension playlistk
Téléchargez les fichiers d'extension playlistk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ipmnaonhgnflgconkogoldlolgmmmnam |
URL Officiel | https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam |
Description | Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists. |
Taille du Fichier | 40.78 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-06-29 |
Date de Publication | 2016-06-29 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | playlistk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://playlistk.com |
Langues Prises en Charge | 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\/" ] } |