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.”。
扩展截图
下载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 |
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" ] } ] } |