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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | ![]() |
ID | fdfplckobapecdcakjbodmnkodmhpbjn |
官方網址 | 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 } } |