DZRQueueKeeper
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
What is DZRQueueKeeper?
DZRQueueKeeper is a Chrome extension developed by _SuckMyLuck, and its main feature is "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!".
Extension Screenshots
Download DZRQueueKeeper Extension CRX File
Download DZRQueueKeeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
Extension Basic Information
Name | DZRQueueKeeper |
ID | ielmojibkdphejjmkggejcjgclchomlg |
Official URL | https://chromewebstore.google.com/detail/dzrqueuekeeper/ielmojibkdphejjmkggejcjgclchomlg |
Description | Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices! |
File Size | 30.82 KB |
Installation Count | 2,465 |
Current Version | 1.0.1 |
Last Updated | 2016-02-24 |
Publish Date | 2016-02-24 |
Rating | 2.51/5 Total 57 Ratings |
Developer | _SuckMyLuck |
Payment Type | free |
Supported Languages | 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" } ] } |