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
公式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
Eメール [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"
            ]
        }
    ]
}