playlistk
Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
什麼是playlistk?
playlistk是由playlistk開發的Chrome擴展程式,該擴展的主要功能是“Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.”。
擴展截圖
下載playlistk擴展crx文件
下載playlistk擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | ipmnaonhgnflgconkogoldlolgmmmnam |
官方網址 | https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam |
簡介 | Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists. |
檔案大小 | 40.78 KB |
安裝次數 | 53 |
目前版本 | 1.1 |
更新時間 | 2016-06-29 |
上架時間 | 2016-06-29 |
評分 | 2.60/5 共 5 次評分 |
開發者 | playlistk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://playlistk.com |
支援的語言 | 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\/" ] } |