Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Hvad er Notifications DM Instagram?

Notifications DM Instagram er en Chrome-udvidelse udviklet af Puretz, og dens hovedfunktion er "Receive notification as soon as you receive an Instagram message.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Notifications DM Instagram-udvidelses-CRX-fil

Download Notifications DM Instagram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
Officiel URL https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Beskrivelse Receive notification as soon as you receive an Instagram message.
Filstørrelse 8.54 KB
Antal Installationer 702
Nuværende Version 0.21
Senest Opdateret 2020-04-27
Udgivelsesdato 2020-04-26
Bedømmelse 1.00/5 Samlet 3 Bedømmelser
Udvikler Puretz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://instaagile.com/
Hjælpeside-URL http://instaagile.com/privacy.html
URL til Fortrolighedspolitik Side https://instaagile.com/privacy.html
Understøttede Sprog 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"
            ]
        }
    ]
}