Blurrr

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

Qu'est-ce que Blurrr ?

Blurrr est une extension Chrome développée par https://tryblurrr.com, et sa fonction principale est "Blur any element with a single click. Keep your privacy safe.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blurrr

Téléchargez les fichiers d'extension Blurrr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Blurrr Blurrr
ID hchffkjnbaegkifbnhicgjegfedklmdl
URL Officiel https://chromewebstore.google.com/detail/blurrr/hchffkjnbaegkifbnhicgjegfedklmdl
Description Blur any element with a single click. Keep your privacy safe.
Taille du Fichier 14.71 KB
Nombre d'Installations 103
Version Actuelle 0.1.3
Dernière Mise à Jour 2024-01-30
Date de Publication 2024-01-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://tryblurrr.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tryblurrr.com
Langues Prises en Charge 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"
    }
}