inØsight

Communicate undetected in plain sight.

什麼是inØsight?

inØsight是由planetrenox開發的Chrome擴展程式,該擴展的主要功能是“Communicate undetected in plain sight.”。

擴展截圖

screenshot

下載inØsight擴展crx文件

下載inØsight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 inØsight
ID fkobnhlaipildbjmlhaolahpplolnpcn
官方網址 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"
    ]
}