Twitter Follow Tools
a useful extension helping mass follow or unfollow
Twitter Follow Tools क्या है?
Twitter Follow Tools Reeio Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a useful extension helping mass follow or unfollow"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Follow Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A extension to help you mass follow / unfollow on Twitter. UPDATA 0.0.2 - fix bug: shortcut only visible at twitter.com ------------------------ USAGE 1. Log into twitter.com 2. Go to a page with profiles (followers, following, search, list members, likes/retweets) 3. The extension icon should appear at the right buttom of the page 4. Click the icon 5. Choose the function you like 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 - Mass follow - Mass unfollow
एक्सटेंशन की मूल जानकारी
नाम | Twitter Follow Tools |
ID | cnmecagakojolcmdehdkljnaaepbafcd |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd |
विवरण | a useful extension helping mass follow or unfollow |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 298 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2022-09-15 |
प्रकाशन तिथि | 2022-08-02 |
डेवलपर | Reeio Dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Follow Tools", "description": "a useful extension helping mass follow or unfollow ", "version": "0.0.2", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "\/content.js" ] } ], "web_accessible_resources": [ { "matches": [ " |