Yet Another Flags

Shows country flag for the website near the location bar.

Τι είναι το Yet Another Flags;

Το Yet Another Flags είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://furman.im, και η κύρια λειτουργία του είναι "Shows country flag for the website near the location bar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Yet Another Flags

Λήψη αρχείων επέκτασης Yet Another Flags σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ✨ If you want to see a precise location for a website — country, city, state — displayed with a pixel-perfect country flag icon, try this one!

📝 Extension shows a country flag for the site opened in the current tab.
It also indicates the precise IP address, city, region, and country name in the icon hint and in the popup.

📍 Precision is achieved with Google's free DNS-over-HTTPS service.
Country, city, region and post code data is served by the backend that I run at 🔐 https://geoip.furman.im.

🥬 GeoLite2 database created by MaxMind available from maxmind.com is updated twice a week – on Tuesdays and Fridays, so backend always returns fresh locations.

💻 Geographical data is cached locally for a week, so minimal additional requests are made. You can always refresh the data in the popup.

🙅‍♀️ Extension does not collect any user data, nor does it track or identify users in any way. And never will. The same applies to the backend service.

🚩 Extension uses excellent "Flags of the World" icons by Mark James (of famfamfam.com fame). Flags are ISO 3166 compliant, so please let me know if some country has the wrong flag displayed.

🟢 May 3, 2023
🌚 Dark mode support.

🟢 April 20, 2023
🆕 Display resolution 🕙 timestamp in the IP address hint in the popup. Hover the mouse cursor over the IP address and wait for the hint to appear.

🟢 April 17, 2023
🆕 Display loading and error states in the page action icon — no more guessing if the data is being loaded or resolution has failed — the icon provides visual feedback right away.

🟢 April 2, 2023
🆕 Support local DNS resolutions — flags are displayed much more accurately, considering user region.

🟢 February 3, 2023
🎉 Extension is back into active maintenance mode.

🟡  May 21–June 1, 2022
🚚 Hosting provider migrating to new cloud, backend downtime

🇺🇦 The extension includes a link to the Ukrainian non-profit SaveLife https://savelife.in.ua, they provide help with the war effort.
The link is not featured prominently, so it's not distracting — see if you can find it!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Yet Another Flags Yet Another Flags
ID dmchcmgddbhmbkakammmklpoonoiiomk
Επίσημο URL https://chromewebstore.google.com/detail/yet-another-flags/dmchcmgddbhmbkakammmklpoonoiiomk
Περιγραφή Shows country flag for the website near the location bar.
Μέγεθος Αρχείου 193 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2017-01-03
Αξιολόγηση 4.31/5 Συνολικά 284 Αξιολογήσεις
Προγραμματιστής https://furman.im
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yet Another Flags",
    "short_name": "YAFlags",
    "description": "Shows country flag for the website near the location bar.",
    "version": "1.2.3",
    "background": {
        "service_worker": "build\/service.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/icon\/16.png",
        "32": "img\/icon\/32.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/16.png",
            "32": "img\/icon\/32.png"
        },
        "default_title": "Yet Another Flags",
        "default_popup": "src\/popup.html"
    }
}