Country Flag Fixer

Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!

Country Flag Fixer क्या है?

Country Flag Fixer https://countryflagfixer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!"।

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

screenshot
screenshot

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

crx प्रारूप में Country Flag Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Currently, Chromium users (using Chrome or Microsoft Edge) on Windows are not able to see the flag emoji's. A country code is shown instead. This extention will replace those abbreviations with its corresponding flag using a special font.

This extention uses the Twemoji Country Flags font, which is based on Twemoji (licensed under CC BY-ND 2.0).

Icon created by turkkub - Flaticon                    

एक्सटेंशन की मूल जानकारी

नाम Country Flag Fixer Country Flag Fixer
ID jhcpefjbhmbkgjgipkhndplfbhdecijh
आधिकारिक URL https://chromewebstore.google.com/detail/country-flag-fixer/jhcpefjbhmbkgjgipkhndplfbhdecijh
विवरण Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!
फ़ाइल का आकार 132 KB
स्थापना संख्या 5,106
वर्तमान संस्करण 1.2.5
अंतिम अपडेट 2023-12-25
प्रकाशन तिथि 2022-06-22
रेटिंग 4.55/5 कुल 44 रेटिंग्स
डेवलपर https://countryflagfixer.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/matthijs110/chromium-country-flags
सहायता पृष्ठ URL https://github.com/matthijs110/chromium-country-flags/issues
समर्थित भाषाएँ id,de,en,en-GB,fr,nl,no,vi,tr,da,et,es,es-419,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Country Flag Fixer",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "version": "1.2.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_head.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/TwemojiCountryFlags.woff2"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}