Geo IP Lookup

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

ما هو Geo IP Lookup؟

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

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

screenshot
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 idaoogdinfijceaidpialcekdhgjkifn
عنوان URL الرسمي https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
الوصف Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
حجم الملف 1.04 MB
عدد التثبيتات 705
النسخة الحالية 1.0.0
آخر تحديث 2018-04-15
تاريخ النشر 2018-04-15
تقييم 4.00/5 مجموع تقييمات 2
المطور Octolus Development
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://octovpn.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "background": {
        "page": "geo.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "geo_logo.png",
        "default_popup": "geo.html",
        "default_title": "GeoIPLookup.io"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/leaflet.js",
                "js\/bootstrap.min.js",
                "js\/geo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "description": "Easy geo ip lookup tool, provided to you by: https:\/\/geoiplookup.io",
    "manifest_version": 2,
    "name": "Geo IP Lookup",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}