Xbout

Display a user's account location 🌍, device type (🍎 Apple / 🤖 Android), and registration year directly on X (Twitter) pages.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ავტორი
Yorkian
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
32
რეიტინგი
0 0 0
ვერსია
1.41
შექმნილია
27.11.2025
განახლებულია
27.11.2025
Size
20,6 KB
ლიცენზია
MIT
გამოყენებს მათ

Xbout - Chrome Extension

Display a user’s account location 🌍, device type (🍎 Apple / 🤖 Android), and registration year directly on X (Twitter) pages.

x

Features

  • 🌏 Asia/Oceania regions
  • 🌎 Americas
  • 🌍 Europe/Africa
  • 🇺🇸🇨🇳🇯🇵 Specific country flags
  • 🍎 Apple device users
  • 🤖 Android device users
  • Chrome icon for web users
  • 2009 registration year

Display Example

@elonmusk · Nov 24 · 🇺🇸|🍎|2009

Installation

  1. Download all files in this folder
  2. Open Chrome and visit chrome://extensions/
  3. Enable “Developer mode” in the top-right corner
  4. Click “Load unpacked”
  5. Select the folder containing these files
  6. Done! Visit X.com to see the effect
  7. Or install from the Chrome Web Store directly

File Structure

xbout/
├── manifest.json      # Extension configuration
├── content.js         # Core script
├── styles.css         # Stylesheet
├── icon16.png         # 16x16 icon
├── icon48.png         # 48x48 icon
├── icon128.png        # 128x128 icon
└── README.md          # Documentation

Data Sources

  • Account location: From https://x.com/username/about
  • Device info: From the client used when posting tweets
  • Registration year: From the account creation date

Caching Mechanism

  • Successful data cached for 24 hours
  • Error data cached for 30 minutes
  • Max 10 API requests per minute
  • Data stored in localStorage

License

MIT License