Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Qu'est-ce que Notifications DM Instagram ?

Notifications DM Instagram est une extension Chrome développée par Puretz, et sa fonction principale est "Receive notification as soon as you receive an Instagram message.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Notifications DM Instagram

Téléchargez les fichiers d'extension Notifications DM Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
URL Officiel https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Description Receive notification as soon as you receive an Instagram message.
Taille du Fichier 8.54 KB
Nombre d'Installations 702
Version Actuelle 0.21
Dernière Mise à Jour 2020-04-27
Date de Publication 2020-04-26
Évaluation 1.00/5 Total 3 Évaluations
Développeur Puretz
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://instaagile.com/
URL de la Page d'Aide http://instaagile.com/privacy.html
URL de la Page de Politique de Confidentialité https://instaagile.com/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}