Captain X for Instagram

Chat on PC or Mac with Captain X for Instagram Web and Direct. Get notifications of new messages without opening Instagram site

O que é Captain X for Instagram?

Captain X for Instagram é uma extensão do Chrome desenvolvida por capitan.ext.dev, e sua principal característica é "Chat on PC or Mac with Captain X for Instagram Web and Direct. Get notifications of new messages without opening Instagram site".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Captain X for Instagram

Baixe arquivos de extensão Captain X for 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

                        Checking your smartphone for new messages in Instagram Direct? With this app you can get notifications of new messages in Instagram even when instagram.com is not opened! 

Here are the features of the app:
- Access to Instagram and all its features in a single click
- Notifications (optionally with sound) of new messages without opening Instagram website
- Number of new messages on the extension badge near your browser address bar

You can install another extension made by us to check a number of new messages in your browser new tab (Chrome or other browser main page): https://cutt.ly/Ogt6wnS

This app will always control that there is only one Instagram tab opened in your browser.

Please feel free to provide feedback and ask questions! New features are coming.

This is not an official product for Instagram and Direct. This extension is not related in any way to Facebook Inc. Instagram is a trademark of Facebook Inc.                    

Informações Básicas da Extensão

Nome Captain X for Instagram Captain X for Instagram
ID mhkiobcomecacpnchlidnjejjmmmacfc
URL Oficial https://chrome.google.com/webstore/detail/captain-x-for-instagram/mhkiobcomecacpnchlidnjejjmmmacfc
Descrição Chat on PC or Mac with Captain X for Instagram Web and Direct. Get notifications of new messages without opening Instagram site
Tamanho do Arquivo 32.44 KB
Contagem de Instalações 4,074
Versão Atual 1.0.5
Última Atualização 2022-10-30
Data de Publicação 2020-12-15
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor capitan.ext.dev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://service-pages.info/extensions/privacy_policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "browser_action": {
        "default_title": "__MSG_openApp__",
        "default_icon": {
            "19": "\/16.png",
            "38": "\/32.png"
        }
    },
    "icons": {
        "16": "\/16.png",
        "48": "\/64.png",
        "128": "\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/direct\/inbox\/any"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "notification.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}