My IP

Your public IP address and other tracking info

Vad är My IP?

My IP är en Chrome-tillägg utvecklad av https://singleclickapps.com, och dess huvudfunktion är "Your public IP address and other tracking info".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner My IP-förlängningens CRX-fil

Ladda ner My IP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        My IP is a tool which will show you your IP address and (if available) your host name, country and city. 
- Shows your public (remote, visible from internet) IP address
- shows location info (if found) -- like country, city and region
- shows the exact location (if available in the IP database) of your device on the map
- shows some other tracking info (host name, http headers)
- shows if Cookies and JavaScript are enabled and what's your browser user-agent string.                    

Grundläggande Information om Tillägg

Namn My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
Officiell webbadress https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
Beskrivning Your public IP address and other tracking info
Filstorlek 21.68 KB
Antal Installationer 681
Aktuell Version 2.1.0.3
Senast Uppdaterad 2020-05-11
Publiceringsdatum 2020-05-11
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare https://singleclickapps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://singleclickapps.com/ip-plus
URL till Sekretesspolicy Sidan https://singleclickapps.com/privacy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "2.1.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/ip-plus",
    "description": "Your public IP address and other tracking info",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "My IP"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}