IP Domain Country Flag

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

IP Domain Country Flag란 무엇입니까?

IP Domain Country Flag은(는) https://dnslytics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows country flag and other IP / domain information in the location bar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IP Domain Country Flag 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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;"
    }
}