Twiends Bot
Auto Follow every 30 seconds
Qu'est-ce que Twiends Bot ?
Twiends Bot est une extension Chrome développée par https://salesorithm.com, et sa fonction principale est "Auto Follow every 30 seconds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twiends Bot
Téléchargez les fichiers d'extension Twiends Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :-)
Informations de Base sur l'Extension
Nom | Twiends Bot |
ID | jjibjbidhlmlahongjlogbnkmddbdkij |
URL Officiel | https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij |
Description | Auto Follow every 30 seconds |
Taille du Fichier | 77.3 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-03-14 |
Date de Publication | 2017-03-14 |
Développeur | https://salesorithm.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |