Mass follow for Twitter
A feature-rich extension to mass follow and unfollow on Twitter.
Mass follow for Twitter क्या है?
Mass follow for Twitter Clemens Teichmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A feature-rich extension to mass follow and unfollow on Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mass follow for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
USAGE 1. Log into twitter.com 2. Go to a page with profiles (followers, following, search, list members, likes/retweets) 3. The buttons "Follow all" and "Unfollow all" should appear 4. Use one of the buttons CAUTION Please carefully read the Twitter following rules and best practices. To prevent account suspension/locking increase the wait, limit your follow sessions and take a longer break between the sessions. FEATURES - Bulk follow - Bulk unfollow - Counter - Pause and resume bulk follow/unfollow - Inplace logs - works also on the search accounts page - works with profiles from lists and likes/retweets - AutoScroll (Please refresh the page by pressing F5, if it does not work) OPTIONS Follow: - Wait - Limit - Skip followed - Profile image required - Bio required - Skip protected - Skip follower - Blacklist Unfollow: - Wait - Days followed (minimum) - Limit - Skip follower - Skip Verified - Blacklist Twitter limit exceeded - Wait Performance tuning - Hide profile avatar and background images while (un)following SOURCE CODE https://github.com/tlemens/twitter-mass-follow CHANGELOG https://github.com/tlemens/twitter-mass-follow/commits/master
एक्सटेंशन की मूल जानकारी
नाम | Mass follow for Twitter |
ID | lfmanfkmmgfigbnjibfemdnnfjboficn |
आधिकारिक URL | https://chromewebstore.google.com/detail/mass-follow-for-twitter/lfmanfkmmgfigbnjibfemdnnfjboficn |
विवरण | A feature-rich extension to mass follow and unfollow on Twitter. |
फ़ाइल का आकार | 22.2 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 17 |
अंतिम अपडेट | 2020-02-10 |
प्रकाशन तिथि | 2020-02-10 |
रेटिंग | 4.18/5 कुल 509 रेटिंग्स |
डेवलपर | Clemens Teichmann |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.clemensteichmann.com/mass-follow-for-twitter.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass follow for Twitter", "version": "17", "minimum_chrome_version": "49.0.0.0", "description": "A feature-rich extension to mass follow and unfollow on Twitter.", "homepage_url": "http:\/\/www.clemensteichmann.com\/mass-follow-for-twitter.html", "author": "Clemens Teichmann", "permissions": [ "storage", "https:\/\/twitter.com\/*", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "class_list.js", "extension.js" ], "css": [ "extension.css" ] } ], "web_accessible_resources": [ "extension.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |