Blurrr

Blur any element with a single click. Keep your privacy safe.

Was ist Blurrr?

Blurrr ist eine Chrome-Erweiterung, die von https://tryblurrr.com entwickelt wurde, und ihr Hauptmerkmal ist "Blur any element with a single click. Keep your privacy safe.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Blurrr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blurrr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Blurrr  ⎯ Protect your data during every share 🔒

Don't fight editing videos or photos to hide your info. Use Blurrr, and save time.

✨ Features ✨ 
✏️ Instant Blur: One-click to blur any element in your browser.
🔒 Smart Blur: Automatically detects and blurs personal info.
🔁 Persistent Blur: Keeps blurs active, even after restarts.
✂️ Simple Clear: Remove all blurs in a single click.

🔒 Security 🔒 
🔐 Data Security: Data stays in your browser, never leaves.
🛡️ GDPR/CCPA Compliant: Your data remains untouched.
🚫 No Data-Selling: Committed to not selling data to third parties.

💎 Use Cases 💎 
🧑‍💼 Online Marketer: Hides personal/client data in analytics and campaigns.
👩‍🏫 Online Educator: Blurs student info in shared web content.
🧑‍💻 Web Developer: Obscures sensitive data like API keys during shares.
💁‍♂️ Content Creator/Blogger: Quickly anonymizes data in browser-based posts.                    

Grundlegende Informationen zur Erweiterung

Name Blurrr Blurrr
ID hchffkjnbaegkifbnhicgjegfedklmdl
Offizielle URL https://chromewebstore.google.com/detail/blurrr/hchffkjnbaegkifbnhicgjegfedklmdl
Beschreibung Blur any element with a single click. Keep your privacy safe.
Dateigröße 14.71 KB
Installationsanzahl 103
Aktuelle Version 0.1.3
Letztes Update 2024-01-30
Veröffentlichungsdatum 2024-01-13
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://tryblurrr.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tryblurrr.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blurrr",
    "description": "Blur any element with a single click. Keep your privacy safe.",
    "version": "0.1.3",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js",
                "observer.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}