My notifications

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

O que é My notifications?

My notifications é uma extensão do Chrome desenvolvida por MaxPax, e sua principal característica é "Notifies about new messages in social networks and new e-mails".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My notifications

Baixe arquivos de extensão My notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome My notifications My notifications
ID ebfhfdmncghemmnbecpblnbfejfpclcf
URL Oficial https://chromewebstore.google.com/detail/my-notifications/ebfhfdmncghemmnbecpblnbfejfpclcf
Descrição Notifies about new messages in social networks and new e-mails
Tamanho do Arquivo 1.22 MB
Contagem de Instalações 9,514
Versão Atual 3.2
Última Atualização 2023-10-25
Data de Publicação 2020-06-11
Classificação 4.31/5 Total de 173 Avaliações
Desenvolvedor MaxPax
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}