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

什么是Captain X for Instagram?

Captain X for Instagram是由capitan.ext.dev开发的Chrome扩展程序,该扩展的主要功能是“Chat on PC or Mac with Captain X for Instagram Web and Direct. Get notifications of new messages without opening Instagram site”。

扩展截图

screenshot

下载Captain X for Instagram扩展crx文件

下载Captain X for Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Captain X for Instagram Captain X for Instagram
ID mhkiobcomecacpnchlidnjejjmmmacfc
官方URL https://chrome.google.com/webstore/detail/captain-x-for-instagram/mhkiobcomecacpnchlidnjejjmmmacfc
简介 Chat on PC or Mac with Captain X for Instagram Web and Direct. Get notifications of new messages without opening Instagram site
文件大小 32.44 KB
安装次数 4,074
当前版本 1.0.5
更新时间 2022-10-30
上架时间 2020-12-15
评分 5.00/5 共6次评分
开发者 capitan.ext.dev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://service-pages.info/extensions/privacy_policy
支持的语言 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"
    ]
}