Superpowers for Twitter
Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.
Superpowers for Twitterとは何ですか?
Superpowers for TwitterはClemens Teichmannによって開発されたChromeの拡張機能で、その主な機能は「Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options.」です。
拡張機能のスクリーンショット
Superpowers for Twitter拡張機能のCRXファイルをダウンロード
Superpowers for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
= 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
拡張機能の基本情報
名前 | |
ID | fppndcbifafladddggjjhoopbkakjdlc |
公式URL | https://chrome.google.com/webstore/detail/superpowers-for-twitter/fppndcbifafladddggjjhoopbkakjdlc |
説明 | Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options. |
ファイルサイズ | 35.67 KB |
インストール数 | 70,000 |
現在のバージョン | 76 |
最終更新日 | 2022-04-20 |
公開日 | 2020-06-23 |
評価 | 3.46/5 合計 122 レビュー |
開発者 | Clemens Teichmann |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.clemensteichmann.com/superpowers-for-twitter |
対応言語 | 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" ] } |