Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Pixels là gì?
Pixels là một tiện ích mở rộng Chrome được phát triển bởi Treehouse Tech Labs, và tính năng chính của nó là "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Ả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 Pixels
Tải xuống các tệp mở rộng Pixels 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
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring some of the images on a website. Pixels: (DblClk) Default Blur Website (Clk) Blur/UnBlur Note: Pixels is just one line of defense, keep your good guard up!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
URL Chính Thức | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Mô tả | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
Kích Thước Tệp | 43.81 KB |
Số Lần Cài Đặt | 111 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-07-05 |
Ngày Phát Hành | 2017-07-05 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Treehouse Tech Labs |
[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", "name": "Pixels", "version": "1.0.0", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "background": { "scripts": [ "event_h.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_title": "Pixels: (DblClk) Default Blur Website (Clk) Blur\/UnBlur ", "default_icon": "128.png", "name": "Pixels" }, "web_accessible_resources": [ "*.png" ], "manifest_version": 2 } |