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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}