inØsight
Communicate undetected in plain sight.
inØsight란 무엇입니까?
inØsight은(는) planetrenox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Communicate undetected in plain sight."입니다.
확장 프로그램 스크린샷
inØsight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | inØsight |
ID | fkobnhlaipildbjmlhaolahpplolnpcn |
공식 URL | https://chromewebstore.google.com/detail/in%C3%B8sight/fkobnhlaipildbjmlhaolahpplolnpcn |
설명 | Communicate undetected in plain sight. |
파일 크기 | 106 KB |
설치 횟수 | 178 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2022-12-06 |
출시 날짜 | 2019-11-09 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | planetrenox |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/planetrenox/inzerosight |
도움말 페이지 URL | https://github.com/planetrenox/inzerosight/issues |
지원되는 언어 | 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" ] } |