Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Was ist Notifications DM Instagram?

Notifications DM Instagram ist eine Chrome-Erweiterung, die von Puretz entwickelt wurde, und ihr Hauptmerkmal ist "Receive notification as soon as you receive an Instagram message.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Notifications DM Instagram-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notifications DM Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
Offizielle URL https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Beschreibung Receive notification as soon as you receive an Instagram message.
Dateigröße 8.54 KB
Installationsanzahl 702
Aktuelle Version 0.21
Letztes Update 2020-04-27
Veröffentlichungsdatum 2020-04-26
Bewertung 1.00/5 Insgesamt 3 Bewertungen
Entwickler Puretz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://instaagile.com/
Hilfeseite URL http://instaagile.com/privacy.html
URL der Datenschutzrichtlinien-Seite https://instaagile.com/privacy.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}