Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
Plug.Dj Helper là gì?
Plug.Dj Helper là một tiện ích mở rộng Chrome được phát triển bởi Warfront1 (Tvcontrolsyou), và tính năng chính của nó là "Shows past played songs on screen, and helps assist with finding plug.dj Music".
Ả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 Plug.Dj Helper
Tải xuống các tệp mở rộng Plug.Dj Helper 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
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
URL Chính Thức | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Mô tả | Shows past played songs on screen, and helps assist with finding plug.dj Music |
Kích Thước Tệp | 47.86 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-08-14 |
Ngày Phát Hành | 2014-08-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Warfront1 (Tvcontrolsyou) |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.Dj Helper", "version": "1.0", "description": "Shows past played songs on screen, and helps assist with finding plug.dj Music", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/plug.dj\/*" ], "js": [ "jquery-2.1.1.min.js", "Plugin.js" ] } ], "page_action": { "default_icon": "icon-19.png", "default_title": "Plug.dj Helper Running - Love Warfront1!" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |