fofa search
This is a chrome browser plug-in based on fofa to make it easy for users to quickly find information about the site.
fofa search là gì?
fofa search là một tiện ích mở rộng Chrome được phát triển bởi expzhizhuo, và tính năng chính của nó là "This is a chrome browser plug-in based on fofa to make it easy for users to quickly find information about the site.".
Ả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 fofa search
Tải xuống các tệp mở rộng fofa search 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 Fofa Search plugin for Chrome automatically checks whether Shodan has any information for the current website. Is the website also running FTP, DNS, SSH or some unusual service? With this plugin you can see all the info that Shodan has collected on a given website/ domain.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | fofa search |
ID | jefdldfaoblleggicddaencogblfnodb |
URL Chính Thức | https://chromewebstore.google.com/detail/fofa-search/jefdldfaoblleggicddaencogblfnodb |
Mô tả | This is a chrome browser plug-in based on fofa to make it easy for users to quickly find information about the site. |
Kích Thước Tệp | 575 KB |
Số Lần Cài Đặt | 352 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2024-01-11 |
Ngày Phát Hành | 2023-02-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | expzhizhuo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/expzhizhuo/fofa-search/ |
URL Trang Trợ Giúp | https://github.com/expzhizhuo/fofa-search/ |
URL Trang Chính Sách Bảo Mật | https://github.com/zhizhuoshuma/Privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.1.3", "default_locale": "en", "action": { "default_icon": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "default_popup": "popup.html", "default_title": "fofa search" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/inject.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "cookies" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |