blurweb.app

Blur any element text, image, input or paragraphs with single click.

blurweb.appคืออะไร?

blurweb.app เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blurweb.app และคุณลักษณะหลักของมันคือ "Blur any element text, image, input or paragraphs with single click."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย blurweb.app ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🔒 Blurweb.app - Protect Your Sensitive Data on the Web Instantly! 🔒

Whether you're recording, screen sharing, or presenting online, blurweb.app ensures your sensitive information remains private. No editing required! 🎥✨

Easily blur text, paragraphs, images, inputs, or any selected elements with just one click. Now featuring a new 'Keep Blur' function that maintains your blur settings even after a reload. 🔄

🌟 Key Features 🌟

💨 Single Click Blur: Effortlessly blur headings, paragraphs, images, or videos with just one click.
🖍️ Blur Area: Draw a rectangle anywhere on the page, and we'll blur it while keeping it in place.
🔄 Keep Blur: Click 'Keep Blur' before applying any blurs to maintain them after reloading or revisiting the URL.
🔧 Customizable: Control blur intensity, clear all blurs with a click, and even blur selected text. Plus, hide tab titles & icons for added privacy.
🔥 Use Cases 🔥

📺 Content creators: Protect sensitive information while live streaming or recording.
🏢 Agency owners: Share client projects securely during presentations or demos.
👩‍🏫 Teachers: Keep students' personal information confidential during online classes.
💼 Professionals: Safeguard sensitive company data during remote meetings.
🛍️ Online shoppers: Conceal personal details while sharing screens for shopping assistance.
🎮 Gamers: Hide private in-game chats or messages while live streaming.
✅ Pros

Easy to use: Simply click to blur any element on the page.
Customizable: Adjust blur intensity, hide tab titles & icons.
Versatile: Suitable for various professional and personal use cases.
❌ Cons

Requires a license: Visit blurweb.app to purchase your license.
Limited compatibility: May not work with certain websites or web elements.
🛍️ Frequently Bought Together 🛍️

blurscreen.app: Blur anything on your screen.
quickpresent.app: One-click worry-free screen sharing.
Join 5000+ content creators, agency owners, teachers, and more who already trust blurweb.app for their privacy needs. Visit blurweb.app to grab your license today! 🚀

🎉 Enjoy a more secure and private browsing experience with blurweb.app! 🎉                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ blurweb.app blurweb.app
ID oeingmcibfkfneecplcppjhcekgedmco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blurwebapp/oeingmcibfkfneecplcppjhcekgedmco
คำอธิบาย Blur any element text, image, input or paragraphs with single click.
ขนาดไฟล์ 37.6 KB
จำนวนการติดตั้ง 9,072
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2023-05-25
วันที่เผยแพร่ 2021-01-17
คะแนน 4.60/5 รวมทั้งหมด 107 คะแนน
ผู้พัฒนา https://blurweb.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://blurweb.app
URL หน้าช่วยเหลือ https://blurweb.app
URL หน้านโยบายความเป็นส่วนตัว https://blurweb.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "blurweb.app",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "Blur any element text, image, input or paragraphs with single click.",
    "homepage_url": "https:\/\/www.blurweb.app",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "blurweb.app"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/3.basecamp.com\/*"
            ]
        }
    ]
}