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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your internet ip address and give you general details about an IP address."입니다.

IP-TRACKER LOOKUP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}