Screensy - screen recording

Tab recording software. Dead simple. Free. No watermarks.

What is Screensy - screen recording?

Screensy - screen recording is a Chrome extension developed by Micaela Cano, and its main feature is "Tab recording software. Dead simple. Free. No watermarks.".

Extension Screenshots

screenshot

Download Screensy - screen recording Extension CRX File

Download Screensy - screen recording 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

                        Screensy - free and unlimited screen recording software. 

Features:
- Capture a selected area of the page
- Record video or take a screenshot
- Download as a WEBM                    

Extension Basic Information

Name Screensy - screen recording Screensy - screen recording
ID mpiihicgfapopgaahidedijlddefkedc
Official URL https://chromewebstore.google.com/detail/screensy-screen-recording/mpiihicgfapopgaahidedijlddefkedc
Description Tab recording software. Dead simple. Free. No watermarks.
File Size 252 KB
Installation Count 3,759
Current Version 2.6.2
Last Updated 2021-11-23
Publish Date 2021-05-11
Rating 4.28/5 Total 36 Ratings
Developer Micaela Cano
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.notion.so/Privacy-policy-Screensy-c6faaa0556b64d769e49759ddddb34de
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "2.6.2",
    "name": "__MSG_name__",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "web_accessible_resources": [
        "videodisplay.html",
        "*.png"
    ],
    "manifest_version": 2
}