GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
什么是GreatDJ?
GreatDJ是由https://great.dj开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.”。
扩展截图
下载GreatDJ扩展crx文件
下载GreatDJ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
** 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.
扩展基本信息
名称 | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
官方URL | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
简介 | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
文件大小 | 27.46 KB |
安装次数 | 140 |
当前版本 | 2.7.2 |
更新时间 | 2018-06-28 |
上架时间 | 2018-06-28 |
评分 | 5.00/5 共5次评分 |
开发者 | https://great.dj |
付费类型 | free |
扩展官网 | http://great.dj |
帮助页面URL | http://great.dj |
支持的语言 | 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 } } |