Screensync Screenshot & Screen Recorder

Capture & Share Your Screen With Ease

What is Screensync Screenshot & Screen Recorder?

Screensync Screenshot & Screen Recorder is a Chrome extension developed by nitro4real, and its main feature is "Capture & Share Your Screen With Ease".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Screensync Screenshot & Screen Recorder Extension CRX File

Download Screensync Screenshot & Screen Recorder 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

                        Capture a screenshot of the desktop edit it and save it , upload it to server and share it with your friends.
Record your screen and save it in a video file.

NOW VISION IS AVAILABLE!
Vision is a public gallery where you can upload your favorite images.

Key Features:
-Take screenshot and share it
-Select any part of the page
-Take full page capture and save it locally or upload it to your favorite social media.
-Capture your screen area in a video file
-Manipulate your images with filtes 
-Premium BlackLight skin
-Image love collector  (save every image you see in a website to your gallery)
-Browse your screenshot history
-Save on a disk or upload to a server
-Search for similar screenshots                    

Extension Basic Information

Name Screensync Screenshot & Screen Recorder Screensync Screenshot & Screen Recorder
ID pjjmdmkacddcpmeblgopomgcoidabifi
Official URL https://chromewebstore.google.com/detail/screensync-screenshot-scr/pjjmdmkacddcpmeblgopomgcoidabifi
Description Capture & Share Your Screen With Ease
File Size 275 KB
Installation Count 91
Current Version 1.0.9
Last Updated 2021-08-29
Publish Date 2020-11-05
Rating 5.00/5 Total 5 Ratings
Developer nitro4real
Email [email protected]
Payment Type free
Extension Website https://screensync.org/
Help Page URL https://screensync.org/faq
Privacy Policy Page URL https://screensync.org/tos
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js",
            "scripts\/api.js"
        ]
    },
    "browser_action": {
        "default_popup": "main.html"
    },
    "description": "Capture & Share Your Screen With Ease",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-19.png"
    },
    "manifest_version": 2,
    "name": "Screensync Screenshot & Screen Recorder",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "options_page": "options.html",
    "commands": {
        "captureregion": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "It captures a region of your choice."
        }
    }
}