IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

Was ist IP & Location Checker by PrivacySharks?

IP & Location Checker by PrivacySharks ist eine Chrome-Erweiterung, die von PrivacySharks.com entwickelt wurde, und ihr Hauptmerkmal ist "Check your IP and live location with this extension.".

Erweiterungsscreenshots

screenshot

IP & Location Checker by PrivacySharks-Erweiterungs-CRX-Datei herunterladen

Laden Sie IP & Location Checker by PrivacySharks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
Offizielle URL https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
Beschreibung Check your IP and live location with this extension.
Dateigröße 111 KB
Installationsanzahl 31
Aktuelle Version 0.0.1
Letztes Update 2021-04-12
Veröffentlichungsdatum 2021-04-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler PrivacySharks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://privacysharks.com
Hilfeseite URL https://www.privacysharks.com/about-us/
URL der Datenschutzrichtlinien-Seite https://www.privacysharks.com/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}