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.”。

擴展截圖

screenshot
screenshot

下載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 GreatDJ
ID fobgllhmkmfdjnboijodmohifllnhigc
官方網址 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
    }
}