IP Domain Country Flag

Shows country flag and other IP / domain information in the location bar.

IP Domain Country Flagคืออะไร?

IP Domain Country Flag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dnslytics.com และคุณลักษณะหลักของมันคือ "Shows country flag and other IP / domain information in the location bar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Domain Country Flag

ดาวน์โหลดไฟล์ส่วนขยาย IP Domain Country Flag ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension shows a country flag for the current website's server. The tooltip shows city, region and country name.

The popup shows more information about the domain. Details are Provider, Alexa and Domain ranking. The design of the popup is simple and clean. To protect your privacy, we only send the domain name to our database.

IP Domain Country Flag - Shows country flag and other IP and Domain information in the location bar.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IP Domain Country Flag IP Domain Country Flag
ID mlpapfcfoakknnhkfpencomejbcecdfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp
คำอธิบาย Shows country flag and other IP / domain information in the location bar.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 161,618
เวอร์ชันปัจจุบัน 0.2.4
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2015-10-20
คะแนน 4.15/5 รวมทั้งหมด 385 คะแนน
ผู้พัฒนา https://dnslytics.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dnslytics.com/
URL หน้าช่วยเหลือ https://search.dnslytics.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://dnslytics.com/privacy-policy
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/dnslytics.com",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.dnslytics.net\/*"
    ],
    "version": "0.2.4",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net;"
    }
}