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

Co to jest Blurry Blur Sensitive Infos, Draw & Highlight?

Blurry Blur Sensitive Infos, Draw & Highlight to rozszerzenie Chrome opracowane przez https://blurdata.net, a jego główną funkcją jest „Hide Sensitive Infos & Draw Or Highlight Text While Screen Sharing Or Video Recording. Save Hours Of Post Video Editing Hassles”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Blurry Blur Sensitive Infos, Draw & Highlight

Pobierz pliki rozszerzeń Blurry Blur Sensitive Infos, Draw & Highlight w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blurry Blur Sensitive Infos, Draw & Highlight Blurry Blur Sensitive Infos, Draw & Highlight
ID cohnecpfcfoihjedibnggaoaibnphoeo
Oficjalny URL https://chromewebstore.google.com/detail/blurry-blur-sensitive-inf/cohnecpfcfoihjedibnggaoaibnphoeo
Opis Hide Sensitive Infos & Draw Or Highlight Text While Screen Sharing Or Video Recording. Save Hours Of Post Video Editing Hassles
Rozmiar pliku 22.89 KB
Liczba instalacji 571
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2022-02-22
Data Publikacji 2021-10-12
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper https://blurdata.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://blurdata.net/
Adres URL Strony Pomocy https://blurdata.net/
Obsługiwane Języki 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"
}