Capture The Flag

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

Capture The Flag क्या है?

Capture The Flag chromium.extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture The Flag — privacy-focused browser extension to determine website country."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Capture The Flag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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)"
}