Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Notifications DM Instagram là gì?

Notifications DM Instagram là một tiện ích mở rộng Chrome được phát triển bởi Puretz, và tính năng chính của nó là "Receive notification as soon as you receive an Instagram message.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notifications DM Instagram

Tải xuống các tệp mở rộng Notifications DM Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
URL Chính Thức https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Mô tả Receive notification as soon as you receive an Instagram message.
Kích Thước Tệp 8.54 KB
Số Lần Cài Đặt 702
Phiên Bản Hiện Tại 0.21
Cập Nhật Lần Cuối 2020-04-27
Ngày Phát Hành 2020-04-26
Đánh Giá 1.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Puretz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://instaagile.com/
URL Trang Trợ Giúp http://instaagile.com/privacy.html
URL Trang Chính Sách Bảo Mật https://instaagile.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}