Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

什麼是Notifications DM Instagram?

Notifications DM Instagram是由Puretz開發的Chrome擴展程式,該擴展的主要功能是“Receive notification as soon as you receive an Instagram message.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Notifications DM Instagram擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}