My notifications

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

Was ist My notifications?

My notifications ist eine Chrome-Erweiterung, die von MaxPax entwickelt wurde, und ihr Hauptmerkmal ist "Notifies about new messages in social networks and new e-mails".

Erweiterungsscreenshots

screenshot

My notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie My notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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.                    

Grundlegende Informationen zur Erweiterung

Name My notifications My notifications
ID ebfhfdmncghemmnbecpblnbfejfpclcf
Offizielle URL https://chromewebstore.google.com/detail/my-notifications/ebfhfdmncghemmnbecpblnbfejfpclcf
Beschreibung Notifies about new messages in social networks and new e-mails
Dateigröße 1.22 MB
Installationsanzahl 9,514
Aktuelle Version 3.2
Letztes Update 2023-10-25
Veröffentlichungsdatum 2020-06-11
Bewertung 4.31/5 Insgesamt 173 Bewertungen
Entwickler MaxPax
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}