IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

Co to jest IP & Location Checker by PrivacySharks?

IP & Location Checker by PrivacySharks to rozszerzenie Chrome opracowane przez PrivacySharks.com, a jego główną funkcją jest „Check your IP and live location with this extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IP & Location Checker by PrivacySharks

Pobierz pliki rozszerzeń IP & Location Checker by PrivacySharks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
Oficjalny URL https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
Opis Check your IP and live location with this extension.
Rozmiar pliku 111 KB
Liczba instalacji 31
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-04-12
Data Publikacji 2021-04-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper PrivacySharks.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://privacysharks.com
Adres URL Strony Pomocy https://www.privacysharks.com/about-us/
Adres URL Strony Polityki Prywatności https://www.privacysharks.com/privacy-policy
Obsługiwane Języki 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"
        }
    ]
}