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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον capitan.ext.dev, και η κύρια λειτουργία του είναι "Chat on PC or Mac with Captain X for Instagram Web and Direct. Get notifications of new messages without opening Instagram site".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Captain X for Instagram

Λήψη αρχείων επέκτασης 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"
    ]
}