Blackboard Collaborate Speed Control

Automatically adds a speed toggle to recordings on BB Collab.

什么是Blackboard Collaborate Speed Control?

Blackboard Collaborate Speed Control是由David Kumar开发的Chrome扩展程序,该扩展的主要功能是“Automatically adds a speed toggle to recordings on BB Collab.”。

扩展截图

screenshot
screenshot
screenshot

下载Blackboard Collaborate Speed Control扩展crx文件

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

扩展使用说明

                        Features
• Fully functional in all regions
• Speed options: from 0.25x ⇄ to 3.00x                    

扩展基本信息

名称 Blackboard Collaborate Speed Control Blackboard Collaborate Speed Control
ID llnbibipjggpeacamkhgkkebjgjaahjb
官方URL https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb
简介 Automatically adds a speed toggle to recordings on BB Collab.
文件大小 262 KB
安装次数 259
当前版本 3.0
更新时间 2021-09-07
上架时间 2021-07-04
评分 5.00/5 共12次评分
开发者 David Kumar
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blackboard Collaborate Speed Control",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Automatically adds a speed toggle to recordings on BB Collab.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bbcollab.com\/collab\/ui\/session\/playback*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    }
}