InCognito

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

Co to jest InCognito?

InCognito to rozszerzenie Chrome opracowane przez https://trever.com, a jego główną funkcją jest „Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia InCognito

Pobierz pliki rozszerzeń InCognito w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa InCognito InCognito
ID kencjkgapindpgehbgolojoocgpcepfk
Oficjalny URL https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk
Opis Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
Rozmiar pliku 797 KB
Liczba instalacji 34,062
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2023-01-22
Data Publikacji 2020-04-12
Ocena 4.63/5 Łącznie 24 Oceny
Deweloper https://trever.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://trever.com/incognito
Adres URL Strony Polityki Prywatności https://tinyunicorns.co/privacy.html
Obsługiwane Języki 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"
            ]
        }
    ]
}