IPMonitor

IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.

Τι είναι το IPMonitor;

Το IPMonitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ZiB, και η κύρια λειτουργία του είναι "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης IPMonitor

Λήψη αρχείων επέκτασης IPMonitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
Επίσημο URL https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
Περιγραφή IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Μέγεθος Αρχείου 1.32 MB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-03-04
Ημερομηνία Δημοσίευσης 2018-03-04
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής ZiB
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPMonitor",
    "version": "1.0",
    "author": "Vadagon",
    "manifest_version": 2,
    "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Show your IP"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "scripts\/*"
    ],
    "minimum_chrome_version": "32"
}