Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Cos'è Notifications DM Instagram?

Notifications DM Instagram è un'estensione di Chrome sviluppata da Puretz, e la sua funzione principale è "Receive notification as soon as you receive an Instagram message.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Notifications DM Instagram

Scarica i file di estensione Notifications DM Instagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
URL Ufficiale https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Descrizione Receive notification as soon as you receive an Instagram message.
Dimensione del File 8.54 KB
Conteggio Installazioni 702
Versione Corrente 0.21
Ultimo Aggiornamento 2020-04-27
Data di Pubblicazione 2020-04-26
Valutazione 1.00/5 Totale 3 Valutazioni
Sviluppatore Puretz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://instaagile.com/
URL della Pagina di Aiuto http://instaagile.com/privacy.html
URL della Pagina della Politica sulla Privacy https://instaagile.com/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}