IP to Country Flag & MY IP - WhatIsMyIP.click

Display the IP and Country information of the currently viewed website and also display's your external IP address.

Τι είναι το IP to Country Flag & MY IP - WhatIsMyIP.click;

Το IP to Country Flag & MY IP - WhatIsMyIP.click είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://whatismyip.click, και η κύρια λειτουργία του είναι "Display the IP and Country information of the currently viewed website and also display's your external IP address.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IP to Country Flag & MY IP - WhatIsMyIP.click

Λήψη αρχείων επέκτασης IP to Country Flag & MY IP - WhatIsMyIP.click σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Display the IP and Country information of the currently viewed website and also quickly obtain your external IP address. 

Shows 
-The IP and Country Flag of the website you are currently on
- Your IP address
- RDNS information

Version 1.0.0.18
- Fixed performance issue

Version 1.0.0.16
- Changed font

Version 1.0.0.16
- Fixed layout issue

Version 1.0.0.15
- Performance modifications
- Load balancing
- Added Alexa Link

Version 1.0.0.14
- New WHOIS format                    

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

Όνομα IP to Country Flag & MY IP - WhatIsMyIP.click IP to Country Flag & MY IP - WhatIsMyIP.click
ID emanejijncjdmojiabcfkolkkjdnnmol
Επίσημο URL https://chromewebstore.google.com/detail/ip-to-country-flag-my-ip/emanejijncjdmojiabcfkolkkjdnnmol
Περιγραφή Display the IP and Country information of the currently viewed website and also display's your external IP address.
Μέγεθος Αρχείου 966 KB
Αριθμός Εγκαταστάσεων 649
Τρέχουσα Έκδοση 1.0.0.18
Τελευταία Ενημέρωση 2018-08-14
Ημερομηνία Δημοσίευσης 2018-08-14
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://whatismyip.click
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://eria.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP to Country Flag & MY IP - WhatIsMyIP.click",
    "description": "Display the IP and Country information of the currently viewed website and also display's your external IP address.",
    "version": "1.0.0.18",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "default_title": "IP to Country Flag & My IP - WhatIsMyIP.click"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "",
        "tabs"
    ]
}