Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Τι είναι το Notifications DM Instagram;

Το Notifications DM Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Puretz, και η κύρια λειτουργία του είναι "Receive notification as soon as you receive an Instagram message.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notifications DM Instagram

Λήψη αρχείων επέκτασης Notifications DM Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}