Twiends Bot
Auto Follow every 30 seconds
Wat is Twiends Bot?
Twiends Bot is een Chrome-extensie ontwikkeld door https://salesorithm.com, en de belangrijkste functie is "Auto Follow every 30 seconds".
Extensie Screenshots
Download het CRX-bestand van de extensie Twiends Bot
Download Twiends Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :-) Basisinformatie over de Extensie
| Naam | |
| ID | jjibjbidhlmlahongjlogbnkmddbdkij |
| Officiële URL | https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij |
| Beschrijving | Auto Follow every 30 seconds |
| Bestandsgrootte | 77.3 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2017-03-14 |
| Publicatiedatum | 2017-03-14 |
| Ontwikkelaar | https://salesorithm.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |