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
Eメール [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"
    }
}