Dzr Slim
Minimal Deezer interface
What is Dzr Slim?
Dzr Slim is a Chrome extension developed by vk, and its main feature is "Minimal Deezer interface".
Extension Screenshots
Download Dzr Slim Extension CRX File
Download Dzr Slim 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
- Thinner and flatter interface for Deezer.com - Some useless things removed - Play/pause icon for quick tab view
Extension Basic Information
Name | Dzr Slim |
ID | nhlalfldcfipfiekdcfjgdbnchiiiahh |
Official URL | https://chromewebstore.google.com/detail/dzr-slim/nhlalfldcfipfiekdcfjgdbnchiiiahh |
Description | Minimal Deezer interface |
File Size | 41.95 KB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2013-10-15 |
Publish Date | 2013-10-15 |
Rating | 4.50/5 Total 2 Ratings |
Developer | vk |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dzr Slim", "description": "Minimal Deezer interface", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "author": "VK", "permissions": [ "http:\/\/www.deezer.com\/", "tabs" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "Google Mail" }, "web_accessible_resources": [ "script.js", "fav_play.ico", "fav_pause.ico" ] } |