IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

Apa itu IP & Location Checker by PrivacySharks?

IP & Location Checker by PrivacySharks adalah ekstensi Chrome yang dikembangkan oleh PrivacySharks.com, dan fitur utamanya adalah "Check your IP and live location with this extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IP & Location Checker by PrivacySharks

Unduh file ekstensi IP & Location Checker by PrivacySharks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
URL Resmi https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
Deskripsi Check your IP and live location with this extension.
Ukuran File 111 KB
Jumlah Instalasi 31
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-04-12
Tanggal Publikasi 2021-04-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang PrivacySharks.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://privacysharks.com
URL Halaman Bantuan https://www.privacysharks.com/about-us/
URL Halaman Kebijakan Privasi https://www.privacysharks.com/privacy-policy
Bahasa yang Didukung 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"
        }
    ]
}