Superpowers for Twitter
Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.
Qu'est-ce que Superpowers for Twitter ?
Superpowers for Twitter est une extension Chrome développée par Clemens Teichmann, et sa fonction principale est "Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Superpowers for Twitter
Téléchargez les fichiers d'extension Superpowers for Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
= MASS FOLLOW = It works on the followers, following, likes, retweets, list members/subscribers and search view. = MASS UNFOLLOW = It works on your following view. = MASS LIKE/RETWEET = It works on the list and search view. It also works with the advanced search and saved searches. = MASS UNLIKE = It works on your likes view. = MASS UNRETWEET = It works on your profile view. = AUTOPILOT = Performs a series of actions and repeats them after a certain pause. = CUSTOMIZE WITH POWERFUL OPTIONS = At the top right click the icon (bird) and then click Options. Note: You need to add the extension first. = CAUTION = Please carefully read the Twitter rules and best practices. Please find FAQ and Changelog on the website https://www.clemensteichmann.com/superpowers-for-twitter
Informations de Base sur l'Extension
Nom | |
ID | fppndcbifafladddggjjhoopbkakjdlc |
URL Officiel | https://chrome.google.com/webstore/detail/superpowers-for-twitter/fppndcbifafladddggjjhoopbkakjdlc |
Description | Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options. |
Taille du Fichier | 35.67 KB |
Nombre d'Installations | 70,000 |
Version Actuelle | 76 |
Dernière Mise à Jour | 2022-04-20 |
Date de Publication | 2020-06-23 |
Évaluation | 3.46/5 Total 122 Évaluations |
Développeur | Clemens Teichmann |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.clemensteichmann.com/superpowers-for-twitter |
Langues Prises en Charge | en |
manifest.json | |
{ "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": 2, "name": "Superpowers for Twitter", "homepage_url": "https:\/\/www.clemensteichmann.com\/superpowers-for-twitter", "version": "76", "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" ] } |