Notifications DM Instagram
Receive notification as soon as you receive an Instagram message.
¿Qué es Notifications DM Instagram?
Notifications DM Instagram es una extensión de Chrome desarrollada por Puretz, y su función principal es "Receive notification as soon as you receive an Instagram message.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notifications DM Instagram
Descarga archivos de extensión Notifications DM Instagram en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Notifications DM Instagram |
ID | beibjfkkheopnkifcgomndochmiilfda |
URL Oficial | https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda |
Descripción | Receive notification as soon as you receive an Instagram message. |
Tamaño del Archivo | 8.54 KB |
Cantidad de Instalaciones | 702 |
Versión Actual | 0.21 |
Última Actualización | 2020-04-27 |
Fecha de Publicación | 2020-04-26 |
Calificación | 1.00/5 Total de 3 Calificaciones |
Desarrollador | Puretz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://instaagile.com/ |
URL de la Página de Ayuda | http://instaagile.com/privacy.html |
URL de la Página de Política de Privacidad | https://instaagile.com/privacy.html |
Idiomas Soportados | 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" ] } ] } |