inØsight
Communicate undetected in plain sight.
inØsight là gì?
inØsight là một tiện ích mở rộng Chrome được phát triển bởi planetrenox, và tính năng chính của nó là "Communicate undetected in plain sight.".
Ả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 inØsight
Tải xuống các tệp mở rộng inØsight 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
Zero Width Characters are Unicode characters that take up no space and are invisible even when you try to highlight them. Generally they are used to assist more abstract foreign languages that require separators but not exactly an entire space & some sites use them for their interface. This extension is able to obfuscate any message inside zero width spaces which can be placed almost anywhere invisible to the naked eye. Also detect and be notified of such characters around the web. Completely open source, advertisement, and log free. Homepage: https://github.com/planetrenox/inzerosight Visit the homepage to request new features or share new ideas.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | inØsight |
ID | fkobnhlaipildbjmlhaolahpplolnpcn |
URL Chính Thức | https://chromewebstore.google.com/detail/in%C3%B8sight/fkobnhlaipildbjmlhaolahpplolnpcn |
Mô tả | Communicate undetected in plain sight. |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2022-12-06 |
Ngày Phát Hành | 2019-11-09 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | planetrenox |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/planetrenox/inzerosight |
URL Trang Trợ Giúp | https://github.com/planetrenox/inzerosight/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "in\u00d8sight", "version": "2.0.2", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/planetrenox\/inzerosight", "description": "Communicate undetected in plain sight.", "icons": { "48": "icon.png" }, "browser_action": { "browser_style": false, "default_icon": "icon.png", "default_title": "in\u00d8sight", "default_popup": "dash.html" }, "web_accessible_resources": [ "candara.woff" ] } |