Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

ما هو Notifications DM Instagram؟

Notifications DM Instagram هو إضافة Chrome تم تطويرها بواسطة Puretz، والميزة الرئيسية لها هي "Receive notification as soon as you receive an Instagram message.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Notifications DM Instagram

قم بتنزيل ملفات الامتداد Notifications DM Instagram بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With the new Instagram update, it is now possible to send and receive messages via the computer.
With this extension, we can comfortably browse other sites, and if you receive any new messages, you will be notified.                    

معلومات أساسية عن التمديد

الاسم Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
عنوان URL الرسمي https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
الوصف Receive notification as soon as you receive an Instagram message.
حجم الملف 8.54 KB
عدد التثبيتات 702
النسخة الحالية 0.21
آخر تحديث 2020-04-27
تاريخ النشر 2020-04-26
تقييم 1.00/5 مجموع تقييمات 3
المطور Puretz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://instaagile.com/
عنوان صفحة المساعدة http://instaagile.com/privacy.html
عنوان صفحة سياسة الخصوصية https://instaagile.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notifications DM Instagram",
    "description": "Receive notification as soon as you receive an Instagram message.",
    "version": "0.21",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo-2.png",
        "default_title": "Notifications DM Instagram"
    },
    "icons": {
        "128": "logo-2.png"
    },
    "permissions": [
        "https:\/\/www.instagram.com\/direct\/inbox\/",
        "https:\/\/www.instagram.com\/"
    ],
    "omnibox": {
        "keyword": "igdm"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/direct\/inbox\/",
                "https:\/\/www.instagram.com\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}