DZR Companion

Deezloader Remix companion app

What is DZR Companion?

DZR Companion is a Chrome extension developed by Unknown, and its main feature is "Deezloader Remix companion app".

Extension Screenshots

screenshot

Download DZR Companion Extension CRX File

Download DZR Companion 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

                        Test application                    

Extension Basic Information

Name DZR Companion DZR Companion
ID nkhmndkbglajlfcncndbbmgnghdibdie
Official URL https://chromewebstore.google.com/detail/dzr-companion/nkhmndkbglajlfcncndbbmgnghdibdie
Description Deezloader Remix companion app
File Size 150 KB
Installation Count 36
Current Version 1.0
Last Updated 2019-03-09
Publish Date 2019-03-05
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Deezloader Developers",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/popup.js",
                "js\/material.min.js"
            ],
            "css": [
                "css\/style.css",
                "css\/material.min.css"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "description": "Deezloader Remix companion app",
    "icons": {
        "128": "img\/iconStore.png",
        "16": "img\/icon.png",
        "48": "img\/iconLauncher.png"
    },
    "manifest_version": 2,
    "name": "DZR Companion",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0"
}