Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } ] }