IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

Wat is IP & Location Checker by PrivacySharks?

IP & Location Checker by PrivacySharks is een Chrome-extensie ontwikkeld door PrivacySharks.com, en de belangrijkste functie is "Check your IP and live location with this extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IP & Location Checker by PrivacySharks

Download IP & Location Checker by PrivacySharks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
Officiële URL https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
Beschrijving Check your IP and live location with this extension.
Bestandsgrootte 111 KB
Aantal Installaties 31
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-04-12
Publicatiedatum 2021-04-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar PrivacySharks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://privacysharks.com
Help Pagina-URL https://www.privacysharks.com/about-us/
URL van de Privacybeleid Pagina https://www.privacysharks.com/privacy-policy
Ondersteunde Talen 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"
        }
    ]
}