Notifications DM Instagram
Receive notification as soon as you receive an Instagram message.
What is Notifications DM Instagram?
Notifications DM Instagram is a Chrome extension developed by Puretz, and its main feature is "Receive notification as soon as you receive an Instagram message.".
Extension Screenshots
Download Notifications DM Instagram Extension CRX File
Download Notifications DM Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Notifications DM Instagram |
ID | beibjfkkheopnkifcgomndochmiilfda |
Official URL | https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda |
Description | Receive notification as soon as you receive an Instagram message. |
File Size | 8.54 KB |
Installation Count | 702 |
Current Version | 0.21 |
Last Updated | 2020-04-27 |
Publish Date | 2020-04-26 |
Rating | 1.00/5 Total 3 Ratings |
Developer | Puretz |
[email protected] | |
Payment Type | free |
Extension Website | http://instaagile.com/ |
Help Page URL | http://instaagile.com/privacy.html |
Privacy Policy Page URL | https://instaagile.com/privacy.html |
Supported Languages | 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" ] } ] } |