Where Am I? - VPN Checker
Displays an icon of a flag of the country you appear to be coming from.
ما هو Where Am I? - VPN Checker؟
Where Am I? - VPN Checker هو إضافة Chrome تم تطويرها بواسطة frontlite-ventures، والميزة الرئيسية لها هي "Displays an icon of a flag of the country you appear to be coming from.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Where Am I? - VPN Checker
قم بتنزيل ملفات الامتداد Where Am I? - VPN Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Check your IP address with this extension.
It displays a flag of the country you look like you're coming from.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | hbgdaefcalonegdjkhfaeabgodpahimo | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/where-am-i-vpn-checker/hbgdaefcalonegdjkhfaeabgodpahimo | 
| الوصف | Displays an icon of a flag of the country you appear to be coming from. | 
| حجم الملف | 241 KB | 
| عدد التثبيتات | 698 | 
| النسخة الحالية | 2 | 
| آخر تحديث | 2016-08-14 | 
| تاريخ النشر | 2016-08-14 | 
| تقييم | 3.45/5 مجموع تقييمات 11 | 
| المطور | frontlite-ventures | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| عنوان صفحة سياسة الخصوصية | https://frontlite.net/privacy-policy.html | 
| اللغات المدعومة | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where Am I? - VPN Checker",
    "description": "Displays an icon of a flag of the country you appear to be coming from.",
    "version": "2",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "flags3\/_unknown.png",
        "default_popup": "popupmb.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/ https:\/\/cdnjs.cloudflare.com\/ https:\/\/api.mapbox.com\/ https:\/\/ssl.google-analytics.com https:\/\/maps.googleapis.com\/maps-api-v3\/api\/js\/23\/6\/infowindow.js https:\/\/maps.googleapis.com\/ https:\/\/maps.google.com\/ https:\/\/www.google.com\/maps\/embed https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "manifest_version": 2
}  |  |