Blurrr

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

Blurrrคืออะไร?

Blurrr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryblurrr.com และคุณลักษณะหลักของมันคือ "Blur any element with a single click. Keep your privacy safe."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blurrr

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}