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