Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Notifications DM Instagram क्या है?

Notifications DM Instagram Puretz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive notification as soon as you receive an Instagram message."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notifications DM Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL http://instaagile.com/privacy.html
गोपनीयता नीति पृष्ठ URL 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"
            ]
        }
    ]
}