Twiends Bot
Auto Follow every 30 seconds
Cos'è Twiends Bot?
Twiends Bot è un'estensione di Chrome sviluppata da https://salesorithm.com, e la sua funzione principale è "Auto Follow every 30 seconds".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twiends Bot
Scarica i file di estensione Twiends Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :-) Informazioni di Base sull'Estensione
| Nome | |
| ID | jjibjbidhlmlahongjlogbnkmddbdkij |
| URL Ufficiale | https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij |
| Descrizione | Auto Follow every 30 seconds |
| Dimensione del File | 77.3 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2017-03-14 |
| Data di Pubblicazione | 2017-03-14 |
| Sviluppatore | https://salesorithm.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |