Blurrr

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

Blurrr क्या है?

Blurrr https://tryblurrr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blur any element with a single click. Keep your privacy safe."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blurrr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Blurrr Blurrr
ID hchffkjnbaegkifbnhicgjegfedklmdl
आधिकारिक URL https://chromewebstore.google.com/detail/blurrr/hchffkjnbaegkifbnhicgjegfedklmdl
विवरण Blur any element with a single click. Keep your privacy safe.
फ़ाइल का आकार 14.71 KB
स्थापना संख्या 103
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2024-01-13
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://tryblurrr.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tryblurrr.com
समर्थित भाषाएँ 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"
    }
}