Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Apa itu Notifications DM Instagram?

Notifications DM Instagram adalah ekstensi Chrome yang dikembangkan oleh Puretz, dan fitur utamanya adalah "Receive notification as soon as you receive an Instagram message.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Notifications DM Instagram

Unduh file ekstensi Notifications DM Instagram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
URL Resmi https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Deskripsi Receive notification as soon as you receive an Instagram message.
Ukuran File 8.54 KB
Jumlah Instalasi 702
Versi Saat Ini 0.21
Terakhir Diperbarui 2020-04-27
Tanggal Publikasi 2020-04-26
Penilaian 1.00/5 Total 3 Penilaian
Pengembang Puretz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://instaagile.com/
URL Halaman Bantuan http://instaagile.com/privacy.html
URL Halaman Kebijakan Privasi https://instaagile.com/privacy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}