CollabDown
Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
什么是CollabDown?
CollabDown是由https://humaidq.ae开发的Chrome扩展程序,该扩展的主要功能是“Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.”。
扩展截图
下载CollabDown扩展crx文件
下载CollabDown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CollabDown allows users to download recordings from Bb Collaborate (Ultra) by adding a Download Recording item on the side menu.
It also adds a playback speed button in the playback controls, so you can speed up the recording playback. 扩展基本信息
| 名称 | |
| ID | ffgphkdmeoodlppmdmlonohncngfgnnk |
| 官方URL | https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk |
| 简介 | Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu. |
| 文件大小 | 18.73 KB |
| 安装次数 | 4,680 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2021-01-30 |
| 上架时间 | 2020-11-13 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | https://humaidq.ae |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://git.sr.ht/~humaid/collabdown |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.",
"manifest_version": 2,
"name": "CollabDown",
"version": "1.2.2",
"homepage_url": "https:\/\/humaidq.ae\/projects\/collabdown",
"icons": {
"64": "logo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.bbcollab.com\/collab\/ui\/session\/playback*"
],
"run_at": "document_idle",
"js": [
"download.js"
]
}
]
} | |