Twitter Poster Score Firefox

Examine source code of Twitter Poster Score

By: Loopy
Inspect and view changes in Twitter Poster Score source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitter Poster Score",
  "description": "View the score of a Twitter user based on account age, followers, and number of tweets.",
  "version": "1.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "posterscore@strangestloop.io",
      "strict_min_version": "42.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "exclude_matches": [
        "https://twitter.com/home",
        "https://twitter.com/explore",
        "https://twitter.com/notifications",
        "https://twitter.com/messages",
        "https://twitter.com/*/*",
        "https://x.com/home",
        "https://x.com/explore",
        "https://x.com/notifications",
        "https://x.com/messages",
        "https://x.com/*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "128.png",
      "48": "128.png",
      "128": "128.png"
    }
  },
  "icons": {
    "16": "128.png",
    "48": "128.png",
    "128": "128.png"
  }
}

Best Twitter Poster Score Alternatives

Here are some Firefox add-ons that are similar to Twitter Poster Score: