IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

IP & Location Checker by PrivacySharks란 무엇입니까?

IP & Location Checker by PrivacySharks은(는) PrivacySharks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your IP and live location with this extension."입니다.

확장 프로그램 스크린샷

screenshot

IP & Location Checker by PrivacySharks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Check your live IP and location with the PrivacySharks extension. Checks your country and city with a click of a button. Refresh instantly up to 10.000 times each month!                    

확장 프로그램 기본 정보

이름 IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
공식 URL https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
설명 Check your IP and live location with this extension.
파일 크기 111 KB
설치 횟수 31
현재 버전 0.0.1
최근 업데이트 2021-04-12
출시 날짜 2021-04-12
평점 5.00/5 총 2 개의 평점
개발자 PrivacySharks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://privacysharks.com
도움말 페이지 URL https://www.privacysharks.com/about-us/
개인정보 보호 정책 페이지 URL https://www.privacysharks.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP & Location Checker by PrivacySharks",
    "version": "0.0.1",
    "description": "Check your IP and live location with this extension.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "assets\/pv\/16.png",
            "32": "assets\/pv\/32.png",
            "48": "assets\/pv\/48.ico",
            "128": "assets\/pv\/128.ico",
            "192": "assets\/pv\/192.png",
            "512": "assets\/pv\/512.png"
        },
        "default_title": "IP & Location Checker by PrivacySharks",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        }
    ]
}