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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mass follow, mass unfollow, mass like, mass unlike, mass retweet and mass unretweet on Twitter with powerful options."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Superpowers for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        = 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                    

एक्सटेंशन की मूल जानकारी

नाम Superpowers for Twitter 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
ईमेल [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"
    ]
}