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"
    }
}