LinkedIn Notification Remover

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

Co je LinkedIn Notification Remover?

LinkedIn Notification Remover je rozšíření Chrome vyvinuté Little Big Rocket, a jeho hlavní funkcí je „This extension will remove the 'We found new people in your network' notification from LinkedIn“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LinkedIn Notification Remover

Stáhněte si soubory rozšíření LinkedIn Notification Remover 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í

                        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.                    

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

Název LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
Oficiální URL https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Popis This extension will remove the 'We found new people in your network' notification from LinkedIn
Velikost souboru 11.41 KB
Počet instalací 24
Aktuální Verze 1.0.2
Poslední Aktualizace 2016-10-31
Datum Vydání 2016-10-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Little Big Rocket
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}