IdeaNova Drm Extension

This extension connects to the drm plugin

什么是IdeaNova Drm Extension?

IdeaNova Drm Extension是由ofer开发的Chrome扩展程序,该扩展的主要功能是“This extension connects to the drm plugin”。

下载IdeaNova Drm Extension扩展crx文件

下载IdeaNova Drm Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 IdeaNova Drm Extension IdeaNova Drm Extension
ID fdfplckobapecdcakjbodmnkodmhpbjn
官方URL https://chrome.google.com/webstore/detail/ideanova-drm-extension/fdfplckobapecdcakjbodmnkodmhpbjn
简介 This extension connects to the drm plugin
文件大小 3.96 KB
安装次数 1,000
当前版本 1.5
更新时间 2015-03-31
上架时间 2015-03-31
评分 2.40/5 共5次评分
开发者 ofer
付费类型 free
支持的语言 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
    }
}