Twiends Bot
Auto Follow every 30 seconds
Twiends Bot क्या है?
Twiends Bot https://salesorithm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Follow every 30 seconds"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twiends Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple steps to use: 1) Install Extension 2) Be on http://twiends.com/home Optional: 3) On Twiends.com - Select any tab that you like viz. All, Your Country, Same Interest Rest is automated, the extension will follow one account per 30 seconds. Note: There are chances of you getting blocked. Hence, please do not use this heavily. This is still in Beta phase, please let me know of bugs if any. I sure will fix them. Thank you, Enjoy :-)
एक्सटेंशन की मूल जानकारी
नाम | Twiends Bot |
ID | jjibjbidhlmlahongjlogbnkmddbdkij |
आधिकारिक URL | https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij |
विवरण | Auto Follow every 30 seconds |
फ़ाइल का आकार | 77.3 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-03-14 |
प्रकाशन तिथि | 2017-03-14 |
डेवलपर | https://salesorithm.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Twiends Bot" }, "name": "Twiends Bot", "description": "Auto Follow every 30 seconds", "homepage_url": "http:\/\/salesorithm.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |