𝕏 (Twitter) Followers Counter

𝕏 (Twitter) Followers Counter

Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Yannick Veys",
  "action": {
    "default_icon": "128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "src/inject_content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)",
  "homepage_url": "https://twitter.com/yannick_veys",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjDdKAncUo5TTd9gbCXx8XgVxEE7QpuAygoGpySGBDju+YVHFMpsyTLqqoS4eeqrhZmnSheTLjs9wVfsAsm88Ldw7t1VurqSgTIordspyKeQuB4zFI8ZPl2majQsWO5LZ3IORC3EOpkXecVya7jA9VzbXJkDHoiz1kLlBqOBLBsB50e2aLuMLu5QG3En3aQLnKR+pI1OAA4Bkt/PcegoNH2R1d0aUqAQWcjKUTTFNhbJd3EaiAa8fe1JGSFtRtp7ePMYK+K5S9X3P4wziACHufmYFxhfVTRxF7l3gG/RgHieq80i0U/TnlcSjxVtaqHhw7jsueqPFJB8ncoGoiB9cDwIDAQAB",
  "manifest_version": 3,
  "name": "𝕏 (Twitter) Followers Counter",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "src/content.js"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ]
    }
  ]
}