Blurrr

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

什么是Blurrr?

Blurrr是由https://tryblurrr.com开发的Chrome扩展程序,该扩展的主要功能是“Blur any element with a single click. Keep your privacy safe.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Blurrr扩展crx文件

下载Blurrr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}