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
公式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
    }
}