InCognito

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

O que é InCognito?

InCognito é uma extensão do Chrome desenvolvida por https://trever.com, e sua principal característica é "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão InCognito

Baixe arquivos de extensão InCognito no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome InCognito InCognito
ID kencjkgapindpgehbgolojoocgpcepfk
URL Oficial https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk
Descrição Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
Tamanho do Arquivo 797 KB
Contagem de Instalações 34,062
Versão Atual 1.0.7
Última Atualização 2023-01-22
Data de Publicação 2020-04-12
Classificação 4.63/5 Total de 24 Avaliações
Desenvolvedor https://trever.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://trever.com/incognito
URL da Página de Política de Privacidade https://tinyunicorns.co/privacy.html
Idiomas Suportados 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"
            ]
        }
    ]
}