Blur Images

Blur images from chats

Blur Imagesคืออะไร?

Blur Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leonardodesantos และคุณลักษณะหลักของมันคือ "Blur images from chats"

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

screenshot
screenshot

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

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

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

                        The Blur Images extension will blur out any sent or received images and videos until you select and click/hover them. This extension is useful for when you are at work or any other place where you might not want everyone around you to see your images and videos from your private conversations.                    

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

ชื่อ Blur Images Blur Images
ID jfgofbkegonfgfianjnmbiekmgahmbfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blur-images/jfgofbkegonfgfianjnmbiekmgahmbfl
คำอธิบาย Blur images from chats
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 2,441
เวอร์ชันปัจจุบัน 5.4
อัปเดตครั้งล่าสุด 2020-07-13
วันที่เผยแพร่ 2020-05-24
คะแนน 4.44/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา leonardodesantos
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur Images",
    "short_name": "Blur Images",
    "description": "Blur images from chats",
    "version": "5.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Blur Images"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/web.whatsapp.com\/",
                "https:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "permissions": [
        "https:\/\/web.whatsapp.com\/"
    ]
}