LinkedIn Notification Remover

This extension will remove the 'We found new people in your network' notification from LinkedIn

Что такое LinkedIn Notification Remover?

LinkedIn Notification Remover - это расширение Chrome, разработанное Little Big Rocket, и его основная функция - "This extension will remove the 'We found new people in your network' notification from LinkedIn".

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

screenshot

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

Скачайте файлы расширений LinkedIn Notification Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension runs quietly in the background of your browser and removes the red number (notification for "We found new people in your network") on the top left navigation on LinkedIn. If you find that notification to be annoying, then this extension is for you. Install/enable it and that's it, no further action needed.                    

Основная информация о расширении

Название LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
Официальный URL https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Описание This extension will remove the 'We found new people in your network' notification from LinkedIn
Размер файла 11.41 KB
Количество установок 24
Текущая Версия 1.0.2
Последнее Обновление 2016-10-31
Дата публикации 2016-10-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Little Big Rocket
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Notification Remover",
    "description": "This extension will remove the 'We found new people in your network' notification from LinkedIn",
    "version": "1.0.2",
    "content_scripts": [
        {
            "js": [
                "linover.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}