Geo IP Lookup

Easy geo ip lookup tool, provided to you by: https://geoiplookup.io

ما هو Geo IP Lookup؟

Geo IP Lookup هو إضافة Chrome تم تطويرها بواسطة JB Dev، والميزة الرئيسية لها هي "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io".

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

screenshot

تحميل ملف CRX للإضافة Geo IP Lookup

قم بتنزيل ملفات الامتداد Geo IP Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        GeoIPLookup is a tool that allows you to perform instant IP/Hostname lookups, without visiting our website. With a simple click, it will automatically pull IP/Hostname and other information about the website you are visiting.                    

معلومات أساسية عن التمديد

الاسم Geo IP Lookup Geo IP Lookup
ID fjokelcohfpggkindencchmhbigcajmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
الوصف Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
حجم الملف 8.7 KB
عدد التثبيتات 141
النسخة الحالية 1.0.0
آخر تحديث 2016-09-06
تاريخ النشر 2016-09-06
تقييم 4.20/5 مجموع تقييمات 5
المطور JB Dev
نوع الدفع free
موقع الإضافة https://geoiplookup.io
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geo IP Lookup",
    "version": "1.0.0",
    "description": "Easy geo ip lookup tool, provided to you by: https:\/\/geoiplookup.io",
    "browser_action": {
        "default_title": "Geo IP Lookup",
        "default_icon": "geo_logo.png",
        "default_popup": "geo.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/geo.js"
            ]
        }
    ],
    "background": {
        "page": "geo.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';"
}