Bonjoro

Free HD screen recorder for Chrome

What is Bonjoro?

Bonjoro is a Chrome extension developed by https://bonjoro.com, and its main feature is "Free HD screen recorder for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bonjoro Extension CRX File

Download Bonjoro 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

                        Free HD screen recorder for Chrome. Capture, share, and track videos in seconds.

🎥 Record (HD as standard)
Record and share unlimited HD webcam videos or screen recordings, 100% free! Includes HD recording as standard 🙌

🎨 Customize
Customize your videos with your own branding, and add call-to-actions buttons to encourage viewers to take that next step.
NEW for 2021: You can now embed apps like Calendly, Youtube, and Google Forms right below your screen and webcam recordings using Bonjoro’s Next Gen video templates 💥

🚀 Share
Share your videos with colleagues and customers quickly and easily by embedding a thumbnail into your emails, or sharing across the web with a simple link.

🎯 Track
See when someone watches or interacts with your recordings, and follow up at the perfect moment.

**************************** 📣 BIG NEWS 📣******************************
No video storage limits. No video duration limits. And HD recording as standard! We’ve unlocked HD video and unlimited videos for free users 🎉
******************************************************************************

⭐⭐⭐⭐⭐
SO easy to use and it just plain works. I've been looking for an app like this for a while.


✨Bonjoro Chrome Basic - Free forever 🆓 ✨
✅ Free screen and webcam recording
♾️ Unlimited videos
🙌 HD recording as standard
🎯 Track video plays
📥 Embed in emails
🗺️ Instantly share anywhere
🔐 Secure storage

Upgrade to custom branded videos and custom CTAs from just $15p/m!

✨Bonjoro Chrome Pro - starts at $15p/m ✨
✅ Free screen and webcam recording
♾️ Unlimited videos
🙌 HD recording as standard
🎯 Track video plays
📥 Embed in emails
🗺️ Instantly share anywhere
🔐 Secure storage
➕ Custom branding
➕ Custom CTAs

Don't just say hello, say Bonjoro!                    

Extension Basic Information

Name Bonjoro Bonjoro
ID hjnogdfopgmfniajiofiafhffkpeehjm
Official URL https://chromewebstore.google.com/detail/bonjoro/hjnogdfopgmfniajiofiafhffkpeehjm
Description Free HD screen recorder for Chrome
File Size 1.8 MB
Installation Count 4,814
Current Version 1.11.3
Last Updated 2023-05-03
Publish Date 2020-06-22
Rating 4.08/5 Total 13 Ratings
Developer https://bonjoro.com
Email [email protected]
Payment Type free
Extension Website https://www.bonjoro.com
Help Page URL https://help.bonjoro.com
Privacy Policy Page URL https://www.bonjoro.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bonjoro",
    "version": "1.11.3",
    "version_name": "1.11.3",
    "description": "Free HD screen recorder for Chrome",
    "icons": {
        "16": "images\/bonjoro_circle_16.png",
        "32": "images\/bonjoro_circle_32.png",
        "48": "images\/bonjoro_circle_48.png",
        "128": "images\/bonjoro_circle_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "desktopCapture",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_security_policy": {
        "script-src": "self sha257-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=",
        "object-src": "self"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/bonjoro_circle_16.png",
            "32": "images\/bonjoro_circle_32.png",
            "48": "images\/bonjoro_circle_48.png",
            "128": "images\/bonjoro_circle_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "record.html",
                "audio\/tick_down.mp3",
                "audio\/tick_up.mp3",
                "popup.html",
                "preview.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/bonjoro.com\/*",
            "*:\/\/*.bonjoro.com\/*"
        ]
    }
}