e-class.live Helper Plugin
e-class.live Desktop capturing extension
什么是e-class.live Helper Plugin?
e-class.live Helper Plugin是由https://e-class.live开发的Chrome扩展程序,该扩展的主要功能是“e-class.live Desktop capturing extension”。
扩展截图
下载e-class.live Helper Plugin扩展crx文件
下载e-class.live Helper Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a helper extension for Electromeet website, it is needed for normal functioning of web applications at https://e-class.live/
扩展基本信息
名称 | e-class.live Helper Plugin |
ID | iddoeekjnenplhpimdfdkiageicmiiie |
官方URL | https://chromewebstore.google.com/detail/e-classlive-helper-plugin/iddoeekjnenplhpimdfdkiageicmiiie |
简介 | e-class.live Desktop capturing extension |
文件大小 | 17.77 KB |
安装次数 | 208 |
当前版本 | 1.8 |
更新时间 | 2021-04-29 |
上架时间 | 2017-02-26 |
评分 | 5.00/5 共3次评分 |
开发者 | https://e-class.live |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://e-class.live |
帮助页面URL | https://e-class.live |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Emil Langazov", "background": { "persistent": true, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "*:\/\/e-class.live\/*", "*:\/\/*.e-class.live\/*" ] } ], "description": "e-class.live Desktop capturing extension", "homepage_url": "https:\/\/e-class.live", "icons": { "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtkEqL5dYg\/m4n8fWY\/IVarppnVWpov0UZO0Pk1J\/8dBIQzmxPmnHTbN4ZmMv+48+\/qT2I3ZkJPi16rYOt0C7PNNadIrmSSZdaqHh5RsCL94YRP+mNmO6JAD61NthHYH4VBctUYDxb28u4RTQzXM9\/r+G0OVKNCgI6omx+QhydN1Nf34NVQSe9grzuxlkzwpa2WtQ3MvLQ3f6H6saYIeE7ziJBHIFbNOjUAD2o0QkNQ2GgTcwHwI\/M6oygFy602lA5BH2dcPBEYRZoXc5JGQcEtVOO57X9k8Au8FRqjijvcwoGmG90vXPAYgO2BUsAYopZHTmTjUKoDhI1DhRtSLl1wIDAQAB", "manifest_version": 2, "minimum_chrome_version": "34", "name": "e-class.live Helper Plugin", "permissions": [ "desktopCapture", "webRequest", "webRequestBlocking", " |