LinkedIn Notification Remover

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

Co to jest LinkedIn Notification Remover?

LinkedIn Notification Remover to rozszerzenie Chrome opracowane przez Little Big Rocket, a jego główną funkcją jest „This extension will remove the 'We found new people in your network' notification from LinkedIn”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LinkedIn Notification Remover

Pobierz pliki rozszerzeń LinkedIn Notification Remover 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
Oficjalny URL https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Opis This extension will remove the 'We found new people in your network' notification from LinkedIn
Rozmiar pliku 11.41 KB
Liczba instalacji 24
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2016-10-31
Data Publikacji 2016-10-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Little Big Rocket
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}