WebSiteChecker
Checks whether the currently open page or linked pages are safe.
WebSiteChecker là gì?
WebSiteChecker là một tiện ích mở rộng Chrome được phát triển bởi OrcaSoft, và tính năng chính của nó là "Checks whether the currently open page or linked pages are safe.".
Ả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 WebSiteChecker
Tải xuống các tệp mở rộng WebSiteChecker 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
You can investigate with one click whether the currently displayed page or the linked page is safe. Additionally, you can thoroughly check details such as the host name, IP address, domain, and administrator name of the target site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebSiteChecker |
ID | odolknbekbmmjpkcphdoflncdefnecfc |
URL Chính Thức | https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc |
Mô tả | Checks whether the currently open page or linked pages are safe. |
Kích Thước Tệp | 25.56 KB |
Số Lần Cài Đặt | 1,560 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2024-01-02 |
Ngày Phát Hành | 2015-08-25 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | OrcaSoft |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extentionTitle__", "description": "__MSG_extentionDescription__", "version": "2.0.3", "default_locale": "en", "homepage_url": "https:\/\/orca-soft.net\/web\/", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_title": "__MSG_default_title__" }, "icons": { "16": "icons\/app16.png", "32": "icons\/app32.png", "64": "icons\/app64.png", "128": "icons\/app128.png" }, "permissions": [ "activeTab", "contextMenus" ], "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*;" } } |