InCognito

Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.

什麼是InCognito?

InCognito是由https://trever.com開發的Chrome擴展程式,該擴展的主要功能是“Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.”。

擴展截圖

screenshot
screenshot
screenshot

下載InCognito擴展crx文件

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

擴展使用說明

                        The easiest way to browse LinkedIn privately: InCognito instantly places a switch in your LinkedIn navigation bar. Want users to see when you visit their profile? Simply toggle the switch. Want to browse LinkedIn profiles anonymously? Toggle the InCognito switch back on, and you're off to the races!

Just another small productivity app by @trever.

Have any questions, message me on LinkedIn, email [email protected], or DM me on twitter - @trever                    

擴展基本資訊

名稱 InCognito InCognito
ID kencjkgapindpgehbgolojoocgpcepfk
官方網址 https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk
簡介 Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
檔案大小 797 KB
安裝次數 34,062
目前版本 1.0.7
更新時間 2023-01-22
上架時間 2020-04-12
評分 4.63/5 共 24 次評分
開發者 https://trever.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://trever.com/incognito
隱私政策頁面URL https://tinyunicorns.co/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InCognito",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.",
    "homepage_url": "http:\/\/trever.com\/incognito",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*.png",
        "icons\/*.jpg",
        "icons\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}