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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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