My notifications

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

什麼是My notifications?

My notifications是由MaxPax開發的Chrome擴展程式,該擴展的主要功能是“Notifies about new messages in social networks and new e-mails”。

擴展截圖

screenshot

下載My notifications擴展crx文件

下載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
官方網址 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"
    ]
}