My notifications

Notifies about new messages in social networks and new e-mails

Τι είναι το My notifications;

Το My notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MaxPax, και η κύρια λειτουργία του είναι "Notifies about new messages in social networks and new e-mails".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης My notifications

Λήψη αρχείων επέκτασης My notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        - Checkung for new messages on social networks and emails,
- Sound notification when a message is received,
- Indicator with number of new messages on the badge.
Privacy policy:
The extension does NOT collect any personal data. The data obtained from the profiles of the selected sites is used only to display the number of new messages on this sites. This data is not stored or sent to third-party services.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα My notifications My notifications
ID ebfhfdmncghemmnbecpblnbfejfpclcf
Επίσημο URL https://chromewebstore.google.com/detail/my-notifications/ebfhfdmncghemmnbecpblnbfejfpclcf
Περιγραφή Notifies about new messages in social networks and new e-mails
Μέγεθος Αρχείου 1.22 MB
Αριθμός Εγκαταστάσεων 9,514
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2020-06-11
Αξιολόγηση 4.31/5 Συνολικά 173 Αξιολογήσεις
Προγραμματιστής MaxPax
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "3.2",
    "background": {
        "scripts": [
            "presets.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "presets.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.mamba.ru\/*",
                "*:\/\/wamba.com\/*",
                "*:\/\/*.love.mail.ru\/*",
                "*:\/\/*.love.rambler.ru\/*",
                "*:\/\/*.loveplanet.ru\/*",
                "*:\/\/fotostrana.ru\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/vk.com\/*",
                "*:\/\/*.badoo.com\/*",
                "*:\/\/*.love.ru\/*",
                "*:\/\/*.ok.ru\/*",
                "*:\/\/tabor.ru\/*",
                "*:\/\/mail.ru\/*",
                "*:\/\/*.mail.ru\/*",
                "*:\/\/*.love.ru\/*",
                "*:\/\/*.yandex.ru\/*",
                "*:\/\/*.yandex.by\/*",
                "*:\/\/*.yandex.ua\/*",
                "*:\/\/*.yandex.kz\/*",
                "*:\/\/*.topface.com\/*",
                "*:\/\/*.mail.google.com\/*",
                "*:\/\/*.onliner.by\/*",
                "*:\/\/*.rambler.ru\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.badanga.ru\/*",
                "*:\/\/*.badanga.org\/*",
                "*:\/\/*.badangadating.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.beboo.ru\/*",
                "*:\/\/*.allegro.pl\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.kufar.by\/*",
                "*:\/\/*.avito.ru\/*",
                "*:\/\/*.proton.me\/*",
                "*:\/\/*.mail.yahoo.com\/*",
                "*:\/\/*.atlassian.com\/*",
                "*:\/\/*.outlook.live.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "web_accessible_resources": [
        "presets.js"
    ]
}