Emsisoft Browser Security
Blocks dangerous websites that distribute malware and prevents phishing attacks.
Emsisoft Browser Security là gì?
Emsisoft Browser Security là một tiện ích mở rộng Chrome được phát triển bởi https://www.emsisoft.com, và tính năng chính của nó là "Blocks dangerous websites that distribute malware and prevents phishing attacks.".
Ả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 Emsisoft Browser Security
Tải xuống các tệp mở rộng Emsisoft Browser Security 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
Emsisoft Browser Security protects you from bad websites and prevents phishing attacks without tracking your activity. This privacy-conscious browser extension is lightweight and lightning-fast. It blocks access to websites that distribute malware and prevents phishing attacks that try to steal your passwords, while still giving you the flexibility to visit the sites you trust. Emsisoft Browser Security uses privacy-conscious security technology, so it does not collect your browsing activity data. Your browsing history is your business. Keeping you safe online is ours. No browsing activity tracking. Just security.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Emsisoft Browser Security |
ID | jfofijpkapingknllefalncmbiienkab |
URL Chính Thức | https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab |
Mô tả | Blocks dangerous websites that distribute malware and prevents phishing attacks. |
Kích Thước Tệp | 99.12 KB |
Số Lần Cài Đặt | 121,616 |
Phiên Bản Hiện Tại | 2023.8.0.56 |
Cập Nhật Lần Cuối | 2023-09-21 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.69/5 Tổng số 75 Đánh Giá |
Nhà Phát Triển | https://www.emsisoft.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.emsisoft.com/ |
URL Trang Trợ Giúp | https://helpdesk.emsisoft.com/ |
URL Trang Chính Sách Bảo Mật | https://www.emsisoft.com/en/company/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Emsisoft Ltd", "name": "Emsisoft Browser Security", "description": "__MSG_appDesc__", "version": "2023.8.0.56", "manifest_version": 3, "default_locale": "en", "icons": { "128": "assets\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "assets\/logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "downloads" ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/alomar.emsisoft.com\/*" ] } |