Blur Images

Blur images from chats

Blur Images là gì?

Blur Images là một tiện ích mở rộng Chrome được phát triển bởi leonardodesantos, và tính năng chính của nó là "Blur images from chats".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blur Images

Tải xuống các tệp mở rộng Blur Images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blur Images Blur Images
ID jfgofbkegonfgfianjnmbiekmgahmbfl
URL Chính Thức https://chromewebstore.google.com/detail/blur-images/jfgofbkegonfgfianjnmbiekmgahmbfl
Mô tả Blur images from chats
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 2,441
Phiên Bản Hiện Tại 5.4
Cập Nhật Lần Cuối 2020-07-13
Ngày Phát Hành 2020-05-24
Đánh Giá 4.44/5 Tổng số 25 Đánh Giá
Nhà Phát Triển leonardodesantos
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}