DZRQueueKeeper

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

DZRQueueKeeper क्या है?

DZRQueueKeeper _SuckMyLuck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DZRQueueKeeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम DZRQueueKeeper DZRQueueKeeper
ID ielmojibkdphejjmkggejcjgclchomlg
आधिकारिक URL https://chromewebstore.google.com/detail/dzrqueuekeeper/ielmojibkdphejjmkggejcjgclchomlg
विवरण Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
फ़ाइल का आकार 30.82 KB
स्थापना संख्या 2,465
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-02-24
प्रकाशन तिथि 2016-02-24
रेटिंग 2.51/5 कुल 57 रेटिंग्स
डेवलपर _SuckMyLuck
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}