IdeaNova Drm Extension

This extension connects to the drm plugin

What is IdeaNova Drm Extension?

IdeaNova Drm Extension is a Chrome extension developed by ofer, and its main feature is "This extension connects to the drm plugin".

Download IdeaNova Drm Extension Extension CRX File

Download IdeaNova Drm Extension 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

                                            

Extension Basic Information

Name IdeaNova Drm Extension IdeaNova Drm Extension
ID fdfplckobapecdcakjbodmnkodmhpbjn
Official URL https://chrome.google.com/webstore/detail/ideanova-drm-extension/fdfplckobapecdcakjbodmnkodmhpbjn
Description This extension connects to the drm plugin
File Size 3.96 KB
Installation Count 1,000
Current Version 1.5
Last Updated 2015-03-31
Publish Date 2015-03-31
Rating 2.40/5 Total 5 Ratings
Developer ofer
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IdeaNova Drm Extension",
    "description": "This extension connects to the drm plugin",
    "version": "1.5",
    "permissions": [
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "present.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "host.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}