GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
GreatDJ là gì?
GreatDJ là một tiện ích mở rộng Chrome được phát triển bởi https://great.dj, và tính năng chính của nó là "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.".
Ả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 GreatDJ
Tải xuống các tệp mở rộng GreatDJ 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
** UPDATE: v2.0 ** Clearly, the BIGGEST update this extension has ever seen, you can now add titles to your saved playlists and use a very advanced search functionality that lets you search for playlist titles, ids or even artists/songs inside the playlists saved! -- Tired of losing your great.dj playlists URLs? Worry not, this extension is your little miracle: it will conveniently save all the playlists you've ever opened or created and display them as a beautiful list, with the links you thought you had lost. Such technology is not available everywhere! You can remove playlists if you're done with them, and the list will be ordered by date of last access.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
URL Chính Thức | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
Mô tả | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
Kích Thước Tệp | 27.46 KB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 2.7.2 |
Cập Nhật Lần Cuối | 2018-06-28 |
Ngày Phát Hành | 2018-06-28 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://great.dj |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://great.dj |
URL Trang Trợ Giúp | http://great.dj |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GreatDJ", "description": "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.", "version": "2.7.2", "permissions": [ "webNavigation", "storage", "https:\/\/api.great.dj\/*" ], "browser_action": { "default_icon": "greatdj.png", "default_popup": "popup.html" }, "icons": { "16": "greatdj.png", "48": "appicon-48.png", "128": "appicon.png" }, "background": { "scripts": [ "runner.js" ], "persistent": false } } |