Inspect and view changes in X Profile Country Flag source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "X Profile Country Flag",
"version": "1.0.0",
"description": "When you open a profile on X/Twitter, automatically reveals the 'Account based in' country (if X shows one) and puts a flag next to the person's name — no manual click on Joined needed.",
"author": "you",
"browser_specific_settings": {
"gecko": {
"id": "x-country-flag@example.local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"storage"
],
"host_permissions": [
"*://twitter.com/*",
"*://x.com/*"
],
"content_scripts": [
{
"matches": [
"*://twitter.com/*",
"*://x.com/*"
],
"js": [
"countries.js",
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
} Best X Profile Country Flag Alternatives
Here are some Firefox add-ons that are similar to X Profile Country Flag:
X Country Flag Extension
Sam
Location Flags for X (Twitter)
Matthieu
Twitter Flags
kingsman142
xflags
bitlamas
flagX - country flags for X (twitter)
mrcrow_gg
X Account Insights
0xful
X CountryBadge
Akshay Anu S
Flagged X
Pill Gates
X-Posed: Account Location & Device Info
Alexander Hagenah
X/Twitter Location Flags, Time & Blocker
incconu_two
X - Geo Filter PRO
thecreative.dev
X/Twitter default to 'All' tab in profiles
ofoo