Blurry Blur Sensitive Infos, Draw & Highlight

Hide Sensitive Infos & Draw Or Highlight Text While Screen Sharing Or Video Recording. Save Hours Of Post Video Editing Hassles

Blurry Blur Sensitive Infos, Draw & Highlight란 무엇입니까?

Blurry Blur Sensitive Infos, Draw & Highlight은(는) https://blurdata.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Sensitive Infos & Draw Or Highlight Text While Screen Sharing Or Video Recording. Save Hours Of Post Video Editing Hassles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Blurry Blur Sensitive Infos, Draw & Highlight 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Grab a license - Get 50% Off : https://blurdata.net/

Have you been in a situation where you need to hide sensitive information, draw lines, or highlight text while screen sharing or video recording?

💯 Blurry is the simple solution to blur any sensitive information with a single click. Also helps you draw lines and highlight texts or inputs. Visit: blurdata.net

🔥 Blurry Blurring and Drawing Hot Features:

- Chrome Extension (Works on Opera too).
- Add Or Remove Blur With One Single Click.
- Blur Part/All Selected Text With One Single Click.
- Draw Blur Area Anywhere The Page.
- Save All Blur Areas Even After Reloading The Page.
- Control Blur Intensity, Hide Tab Title & Favicon, Clear All Blur.
- Marker Color Picker.
- Marker Pen.
- Marker Highlighter.
- Erase Draws.
- Thickness Slider.
- Take a Screenshot.                    

확장 프로그램 기본 정보

이름 Blurry Blur Sensitive Infos, Draw & Highlight Blurry Blur Sensitive Infos, Draw & Highlight
ID cohnecpfcfoihjedibnggaoaibnphoeo
공식 URL https://chromewebstore.google.com/detail/blurry-blur-sensitive-inf/cohnecpfcfoihjedibnggaoaibnphoeo
설명 Hide Sensitive Infos & Draw Or Highlight Text While Screen Sharing Or Video Recording. Save Hours Of Post Video Editing Hassles
파일 크기 22.89 KB
설치 횟수 571
현재 버전 1.2.3
최근 업데이트 2022-02-22
출시 날짜 2021-10-12
평점 4.67/5 총 3 개의 평점
개발자 https://blurdata.net
이메일 helloblurdata@gmail.com
결제 유형 free
확장 프로그램 웹 사이트 https://blurdata.net/
도움말 페이지 URL https://blurdata.net/
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Blurry"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "blurry.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Hide Sensitive Infos & Draw Or Highlight Text While Screen Sharing Or Video Recording. Save Hours Of Post Video Editing Hassles",
    "homepage_url": "https:\/\/blurdata.net",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Blurry Blur Sensitive Infos, Draw & Highlight",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.3"
}