Capture The Flag

Capture The Flag — privacy-focused browser extension to determine website country.

Capture The Flag란 무엇입니까?

Capture The Flag은(는) chromium.extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture The Flag — privacy-focused browser extension to determine website country."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Capture The Flag 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You have the right to know where your data has traveled through.

This extension has a built-in IP to country database. On top of that it uses a bunch of heuristics to determine a real website country, which often can be reliably guessed by the HTTP headers the website responds with.

This information is then presented in accessible way using either your OS native emoji or the beautiful emojis by Twemoji.

It's 2023. Cloud adoption is projected to only increase over the coming years. Every single website owner nowadays has gotten access to an affordable global CDN infrastructure provided by many cloud platforms. Yet, all other country flag extensions still rely solely on IP address country detection. It's time to get smarter than that.

The extension does not store any analyzed information and it never leaves your device.                    

확장 프로그램 기본 정보

이름 Capture The Flag Capture The Flag
ID plmbleiamgcdnenigiocddjjgacgfgjb
공식 URL https://chromewebstore.google.com/detail/capture-the-flag/plmbleiamgcdnenigiocddjjgacgfgjb
설명 Capture The Flag — privacy-focused browser extension to determine website country.
파일 크기 3.62 MB
설치 횟수 117
현재 버전 0.0.15 (da4e6f9f)
최근 업데이트 2023-08-03
출시 날짜 2021-02-04
평점 4.80/5 총 5 개의 평점
개발자 chromium.extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nilfalse.com/addons/ctf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "0.0.15",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "32": "icons\/icon_32px.png",
        "48": "icons\/icon_48px.png",
        "128": "icons\/icon_128px.png",
        "256": "icons\/icon_256px.png",
        "512": "icons\/icon_512px.png"
    },
    "page_action": {
        "default_icon": {
            "32": "icons\/icon_32px.png",
            "48": "icons\/icon_48px.png",
            "128": "icons\/icon_128px.png",
            "256": "icons\/icon_256px.png",
            "512": "icons\/icon_512px.png"
        },
        "default_popup": "popup.html",
        "show_matches": [
            ""
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "author": "Yaroslav Ilin",
    "background": {
        "scripts": [
            "background.runtime.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "36",
    "permissions": [
        "webRequest",
        "",
        "storage"
    ],
    "short_name": "__MSG_ext_short_name__",
    "version_name": "0.0.15 (da4e6f9f)"
}