IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

ما هو IP & Location Checker by PrivacySharks؟

IP & Location Checker by PrivacySharks هو إضافة Chrome تم تطويرها بواسطة PrivacySharks.com، والميزة الرئيسية لها هي "Check your IP and live location with this extension.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IP & Location Checker by PrivacySharks

قم بتنزيل ملفات الامتداد IP & Location Checker by PrivacySharks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.privacysharks.com/about-us/
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}