InCognito

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

Co je InCognito?

InCognito je rozšíření Chrome vyvinuté https://trever.com, a jeho hlavní funkcí je „Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření InCognito

Stáhněte si soubory rozšíření InCognito ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název InCognito InCognito
ID kencjkgapindpgehbgolojoocgpcepfk
Oficiální URL https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk
Popis Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
Velikost souboru 797 KB
Počet instalací 34,062
Aktuální Verze 1.0.7
Poslední Aktualizace 2023-01-22
Datum Vydání 2020-04-12
Hodnocení 4.63/5 Celkem 24 Hodnocení
Vývojář https://trever.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://trever.com/incognito
URL Stránky Zásad Ochrany Soukromí https://tinyunicorns.co/privacy.html
Podporované Jazyky 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"
            ]
        }
    ]
}