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
官方網址 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"
    }
}