Superpowers for Twitter

Superpowers for Twitter

Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Clemens Teichmann",
  "description": "Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.",
  "manifest_version": 3,
  "name": "Superpowers for Twitter",
  "homepage_url": "https://www.clemensteichmann.com/superpowers-for-twitter",
  "version": "83",
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://mobile.twitter.com/*",
        "https://twitter.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "icons": {
    "16": "images/mass_follow_for_new_twitter16.png",
    "48": "images/mass_follow_for_new_twitter48.png",
    "128": "images/mass_follow_for_new_twitter128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://mobile.twitter.com/*",
        "https://twitter.com/*"
      ],
      "resources": [
        "app.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}