Edpuzzle Express
Providing the right resources for academic success.
什么是Edpuzzle Express?
Edpuzzle Express是由oneway9873456开发的Chrome扩展程序,该扩展的主要功能是“Providing the right resources for academic success.”。
扩展截图
下载Edpuzzle Express扩展crx文件
下载Edpuzzle Express扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net 扩展基本信息
| 名称 | |
| ID | fcclcbfkilfmhcgkmgfdijheoaejjgim |
| 官方URL | https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim |
| 简介 | Providing the right resources for academic success. |
| 文件大小 | 167 KB |
| 安装次数 | 1,000 |
| 当前版本 | 0.21 |
| 更新时间 | 2022-11-10 |
| 上架时间 | 2022-01-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | oneway9873456 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://studyhallhelp.net/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Edpuzzle Express",
"description": "Providing the right resources for academic success.",
"manifest_version": 3,
"version": "0.21",
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_popup": "main.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/edpuzzle.com\/*",
"https:\/\/www.edpuzzle.com\/*"
],
"all_frames": true,
"js": [
"js\/main.js"
]
}
],
"permissions": [
"webRequest",
"https:\/\/edpuzzle.com\/*",
"https:\/\/www.edpuzzle.com\/*",
"cookies"
],
"host_permissions": [
"https:\/\/edpuzzle.com\/*",
"https:\/\/www.edpuzzle.com\/*"
]
} | |