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
官方URL 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"
            ]
        }
    ]
}