Notifications DM Instagram
Receive notification as soon as you receive an Instagram message.
O que é Notifications DM Instagram?
Notifications DM Instagram é uma extensão do Chrome desenvolvida por Puretz, e sua principal característica é "Receive notification as soon as you receive an Instagram message.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notifications DM Instagram
Baixe arquivos de extensão Notifications DM Instagram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Notifications DM Instagram |
ID | beibjfkkheopnkifcgomndochmiilfda |
URL Oficial | https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda |
Descrição | Receive notification as soon as you receive an Instagram message. |
Tamanho do Arquivo | 8.54 KB |
Contagem de Instalações | 702 |
Versão Atual | 0.21 |
Última Atualização | 2020-04-27 |
Data de Publicação | 2020-04-26 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | Puretz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://instaagile.com/ |
URL da Página de Ajuda | http://instaagile.com/privacy.html |
URL da Página de Política de Privacidade | https://instaagile.com/privacy.html |
Idiomas Suportados | 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" ] } ] } |