Xbout

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
Yorkian
Installationen heute
0
Installationen gesamt
32
Bewertungen
0 0 0
Version
1.41
Erstellt am
27.11.2025
Letzte Aktualisierung
27.11.2025
Größe
20,6 KB
Lizenz
MIT
Wird angewandt auf

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