Notifications DM Instagram
Receive notification as soon as you receive an Instagram message.
Wat is Notifications DM Instagram?
Notifications DM Instagram is een Chrome-extensie ontwikkeld door Puretz, en de belangrijkste functie is "Receive notification as soon as you receive an Instagram message.".
Extensie Screenshots
Download het CRX-bestand van de extensie Notifications DM Instagram
Download Notifications DM Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Notifications DM Instagram |
ID | beibjfkkheopnkifcgomndochmiilfda |
Officiële URL | https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda |
Beschrijving | Receive notification as soon as you receive an Instagram message. |
Bestandsgrootte | 8.54 KB |
Aantal Installaties | 702 |
Huidige Versie | 0.21 |
Laatst Bijgewerkt | 2020-04-27 |
Publicatiedatum | 2020-04-26 |
Beoordeling | 1.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Puretz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://instaagile.com/ |
Help Pagina-URL | http://instaagile.com/privacy.html |
URL van de Privacybeleid Pagina | https://instaagile.com/privacy.html |
Ondersteunde Talen | 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" ] } ] } |