WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Superpowers for Twitter

Superpowers for Twitter

View on Chrome Web Store
View Superpowers for Twitter Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (510 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.
Type
Extension
Users
20,000 users
10K
Clemens Teichmann
View author page of Clemens Teichmann
Published
Published on November 17, 2015
Version 88
Manifest version
3
Updated
Updated on September 3, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Superpowers for Twitter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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": "88",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/x.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:\/\/x.com\/*"
            ],
            "resources": [
                "app.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top