CollabDown

Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.

What is CollabDown?

CollabDown is a Chrome extension developed by https://humaidq.ae, and its main feature is "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.".

Extension Screenshots

screenshot

Download CollabDown Extension CRX File

Download CollabDown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CollabDown CollabDown
ID ffgphkdmeoodlppmdmlonohncngfgnnk
Official URL https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk
Description Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
File Size 18.73 KB
Installation Count 4,680
Current Version 1.2.2
Last Updated 2021-01-30
Publish Date 2020-11-13
Rating 5.00/5 Total 9 Ratings
Developer https://humaidq.ae
Email [email protected]
Payment Type free
Extension Website https://git.sr.ht/~humaid/collabdown
Supported Languages 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"
            ]
        }
    ]
}