BlurImage
This extension will blur all images in img tags on the page. Can whitelist by domains
BlurImage là gì?
BlurImage là một tiện ích mở rộng Chrome được phát triển bởi dliu, và tính năng chính của nó là "This extension will blur all images in img tags on the page. Can whitelist by domains".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BlurImage
Tải xuống các tệp mở rộng BlurImage 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
Blur images from web pages The Blur Images extension will blur out any images and videos. 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 pages. Can whitelist pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BlurImage |
ID | obgehdjfdokhbmbgdkaklcphepdhombh |
URL Chính Thức | https://chromewebstore.google.com/detail/blurimage/obgehdjfdokhbmbgdkaklcphepdhombh |
Mô tả | This extension will blur all images in img tags on the page. Can whitelist by domains |
Kích Thước Tệp | 24.03 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2024-02-13 |
Ngày Phát Hành | 2024-02-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | dliu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlurImage", "description": "This extension will blur all images in img tags on the page. Can whitelist by domains", "version": "0.0.8", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "permissions": [ "storage", "tabs" ], "action": { "default_icon": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "default_title": "BlurImage", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |