IP-TRACKER LOOKUP

Shows your internet ip address and give you general details about an IP address.

IP-TRACKER LOOKUP क्या है?

IP-TRACKER LOOKUP http://clanputos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your internet ip address and give you general details about an IP address."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IP-TRACKER LOOKUP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows your internet ip address and give you general details about an IP address

Donation:
https://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2P5NGYC2RFAK4

thanks very much                    

एक्सटेंशन की मूल जानकारी

नाम IP-TRACKER LOOKUP IP-TRACKER LOOKUP
ID nboleejpleoliioadnjdpnmckbgegfdd
आधिकारिक URL https://chrome.google.com/webstore/detail/ip-tracker-lookup/nboleejpleoliioadnjdpnmckbgegfdd
विवरण Shows your internet ip address and give you general details about an IP address.
फ़ाइल का आकार 9.15 KB
स्थापना संख्या 228
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-04-07
प्रकाशन तिथि 2017-04-07
रेटिंग 1.50/5 कुल 2 रेटिंग्स
डेवलपर http://clanputos.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mariantonio.net
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "48": "ico48.png"
    },
    "manifest_version": 2,
    "name": "IP-TRACKER LOOKUP",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "icon_19.png",
        "icon_48.png",
        "icon_128.png"
    ]
}