DZRQueueKeeper

Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!

Co je DZRQueueKeeper?

DZRQueueKeeper je rozšíření Chrome vyvinuté _SuckMyLuck, a jeho hlavní funkcí je „Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DZRQueueKeeper

Stáhněte si soubory rozšíření DZRQueueKeeper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!                    

Základní Informace o Rozšíření

Název DZRQueueKeeper DZRQueueKeeper
ID ielmojibkdphejjmkggejcjgclchomlg
Oficiální URL https://chromewebstore.google.com/detail/dzrqueuekeeper/ielmojibkdphejjmkggejcjgclchomlg
Popis Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
Velikost souboru 30.82 KB
Počet instalací 2,465
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-02-24
Datum Vydání 2016-02-24
Hodnocení 2.51/5 Celkem 57 Hodnocení
Vývojář _SuckMyLuck
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DZRQueueKeeper",
    "version": "1.0.1",
    "description": "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/assets\/images\/icon16.png",
        "48": "\/assets\/images\/icon48.png",
        "128": "\/assets\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.deezer.com\/*"
            ],
            "js": [
                "\/assets\/js\/include.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ]
}