playlistk
Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
playlistk là gì?
playlistk là một tiện ích mở rộng Chrome được phát triển bởi playlistk, và tính năng chính của nó là "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng playlistk
Tải xuống các tệp mở rộng playlistk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ipmnaonhgnflgconkogoldlolgmmmnam |
URL Chính Thức | https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam |
Mô tả | Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists. |
Kích Thước Tệp | 40.78 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-06-29 |
Ngày Phát Hành | 2016-06-29 |
Đánh Giá | 2.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | playlistk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://playlistk.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |