Screen & Webcam recorder - Flonnect

Allows Screen Recording from your Webcam and Desktop

What is Screen & Webcam recorder - Flonnect?

Screen & Webcam recorder - Flonnect is a Chrome extension developed by https://flonnect.com, and its main feature is "Allows Screen Recording from your Webcam and Desktop".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Screen & Webcam recorder - Flonnect Extension CRX File

Download Screen & Webcam recorder - Flonnect 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

                        Record your screen or camera along with your audio. This extension supports all types of screen recordings for free with unlimited usage. 
✅Free to Use
✅No Watermark
✅No Lag screen recording
✅Unlimited Usage
✅Includes audio recording with Webcam
✅Easy to share the video link with teammate 
✅Annotate video while recording

Note: Please update your browser to the latest version and grant the permissions to record your screen and audio.

Install the Screen recorder chrome extension to capture screen video. It offers multi features such as 
>>Simple Screen Recorder
>>Reaction camera or webcam recorder
>>Screen & Webcam recorder (With Picture in Picture Display)

Here is how to use Screen Recorder Extension:
>> Click on the Extension icon
>> Then select one of the 3 options of screen recording
>> You can choose to record audio or disable it
>> Grant the permission to record your screen and mic options
>> Tap on the record button and it will start the recording
>> Later download the file or view the recording it in the active tab

Supported Screen Recorder types:
✅Entire Full Screen of Desktop
✅ Single Tab
✅ Active browser

Special gratitude to roOt_d3viL for continuous testing the product.


The Screen Recorder Extension is ideal for professionals, educators, and anyone needing a reliable tool for capturing screen content. With added benefits like quality control settings, multi-part uploads for faster video handling, and features like trimming and transcription, your screen recording experience is elevated to new heights.

Perfect for tutorials, presentations, or just sharing ideas, the Screen Recorder Extension is your go-to tool for all screen capture needs. Install now to revolutionize the way you record and share content!

What’s New in the Latest Versions:

• Version 7.3.5-7.3.7: Added one click integration with gmail and gmeet.
• Version 7.3.0-7.3.5: Increase performance of video uploading api.
• Version 7.2.2: UI/UX enhancements for a more intuitive experience.
• Version 7.2.1: Resolved bugs for a smoother operation.
• Version 7.2.0: Introduction of the VP9 codec, ensuring high-quality 1080p video recordings.
• Version 7.1.3 - 7.1.1: Fixes for downloading and uploading issues, along with video compression for smaller file sizes and Mac-specific bug resolutions.
• Version 7.1.0: Major UI/UX overhaul, workspace features, and collaborative functions.
• Version 7.0.0 - 7.0.4: From movable camera features to annotation tools and bug fixes – a  series of updates to refine your recording experience.
• Version 6.0.0: Auto-upload and video redirection enhancements for a more efficient workflow.
• Version 5.2.0 - 5.1.1: Offline storage for recent videos, multi-part uploads for increased speed, and auto-generated thumbnails for a better library overview.
• Version 4.1.0 - 4.1.3: Crucial bug fixes in screen recorder functionality and multiple video uploads.
• Version 3.1.1 - 3.0.0: Quality control options and link generation for easy video sharing.
• Version 2.0.1 - 2.0.3: UI/UX improvements and chrome tab audio capture options.
• Version 1.0.2 - 0.0.1: Foundational features including webcam recording, improved UX, multi-language support, and initial bug fixes.


Make your virtual communication as efficient and effective as possible. Get the Screen Recorder  Extension today and transform your screen captures into powerful tools of engagement.                    

Extension Basic Information

Name Screen & Webcam recorder - Flonnect Screen & Webcam recorder - Flonnect
ID lkeokcighogdliiajgbbdjibidaaeang
Official URL https://chromewebstore.google.com/detail/screen-webcam-recorder-fl/lkeokcighogdliiajgbbdjibidaaeang
Description Allows Screen Recording from your Webcam and Desktop
File Size 770 KB
Installation Count 213,124
Current Version 7.3.6
Last Updated 2024-02-15
Publish Date 2021-09-30
Rating 4.70/5 Total 1259 Ratings
Developer https://flonnect.com
Email [email protected]
Payment Type free
Extension Website https://flonnect.com/
Help Page URL https://flonnect.com/feedback/
Privacy Policy Page URL https://flonnect.com/privacy-policy
Supported Languages id,en,fr,tr,es,pt-BR,pt-PT,ru,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "7.3.6",
    "default_locale": "en",
    "short_name": "Screen Recorder",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "InterFontFamily.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/ICON.png",
        "48": "img\/ICON.png",
        "128": "img\/ICON.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads",
        "scripting"
    ],
    "optional_permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/*",
                "options.html",
                "videoPreview.html",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}