Screenity - Screen Recorder & Annotation Tool

The free and privacy-friendly screen recorder with no limits. Capture, annotate, edit videos and more - all with no sign in needed.

Screenity - Screen Recorder & Annotation Tool란 무엇입니까?

Screenity - Screen Recorder & Annotation Tool은(는) https://screenity.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The free and privacy-friendly screen recorder with no limits. Capture, annotate, edit videos and more - all with no sign in needed."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Screenity - Screen Recorder & Annotation Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Screenity is a powerful privacy-friendly screen recorder and annotation tool to make better videos for work, education, and more. You can create stunning product demos, tutorials, presentations, or share feedback with your team - all for free.

FEATURES
🎥 Make unlimited recordings of your tab, a specific area, desktop, any application, or camera
🎙️ Record your microphone or internal audio, and use features like push to talk
✏️ Annotate by drawing anywhere on the screen, adding text, arrows, shapes, and more
✨ Use AI-powered camera backgrounds or blur to enhance your recordings
🔎 Zoom in smoothly in your recordings to focus on specific areas
🪄 Blur out any sensitive content of any page to keep it private
✂️ Remove or add audio, cut, trim, or crop your recordings with a comprehensive editor
👀 Highlight your clicks and cursor, and go in spotlight mode 
⏱️ Set up alarms to automatically stop your recording
💾 Export as mp4, gif, and webm, or save the video directly to Google Drive to share a link
⚙️ Set a countdown, hide parts of the UI, or move them anywhere
🔒 Only you can see your videos, we don’t collect any of your data. You can even go offline!
💙 No limits, make as many videos as you want, for as long as you want
…and much more - all for free & no sign in needed!

Best of all, Screenity is open source. If you prefer, you can self-host Screenity by going to our GitHub repository: https://github.com/alyssaxuu/screenity

If you need any help, or want to become a Screenity expert, you can browse articles and guides in the Screenity help center: https://help.screenity.io/

You can also reach out with any questions or feedback at [email protected]

Screenity is developed and maintained by Alyssa X: https://alyssax.com/                    

확장 프로그램 기본 정보

이름 Screenity - Screen Recorder & Annotation Tool Screenity - Screen Recorder & Annotation Tool
ID kbbdabhdfibnancpjfhlkhafgdilcnji
공식 URL https://chromewebstore.google.com/detail/screenity-screen-recorder/kbbdabhdfibnancpjfhlkhafgdilcnji
설명 The free and privacy-friendly screen recorder with no limits. Capture, annotate, edit videos and more - all with no sign in needed.
파일 크기 17.14 MB
설치 횟수 187,402
현재 버전 3.1.9
최근 업데이트 2024-03-03
출시 날짜 2020-11-18
평점 4.46/5 총 624 개의 평점
개발자 https://screenity.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://screenity.io
도움말 페이지 URL https://help.screenity.io/
개인정보 보호 정책 페이지 URL https://screenity.io/en/privacy-policy
지원되는 언어 id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,uk,hi,ta,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "version": "3.1.9",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "assets\/img\/icon-34.png"
    },
    "icons": {
        "128": "assets\/img\/icon-128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "assets\/fonts\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "blank.mp4",
                "playground.html",
                "editor.html",
                "assets\/*",
                "setup.html",
                "worker.js",
                "vendor\/*",
                "recorder.html",
                "recorderoffscreen.html",
                "sandbox.html",
                "wrapper.html",
                "camera.html",
                "permissions.html",
                "region.html",
                "waveform.html",
                "playground.html",
                "editorfallback.html",
                "download.html",
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "560517327251-m7n1k3kddknu7s9s4ejvrs1bj91gutd7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-modals allow-popups; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; object-src 'self';worker-src 'self' blob: ;",
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; media-src 'self' data: blob: *;"
    },
    "sandbox": {
        "pages": [
            "editor.html"
        ]
    },
    "commands": {
        "start-recording": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            },
            "description": "Start recording"
        },
        "cancel-recording": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Cancel recording"
        },
        "pause-recording": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Pause\/Resume recording"
        }
    },
    "permissions": [
        "identity",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "tabs",
        "tabCapture",
        "scripting"
    ],
    "optional_permissions": [
        "offscreen",
        "desktopCapture",
        "alarms"
    ]
}