InCognito

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

Что такое InCognito?

InCognito - это расширение Chrome, разработанное https://trever.com, и его основная функция - "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения InCognito

Скачайте файлы расширений 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"
            ]
        }
    ]
}