Twiends Bot

Auto Follow every 30 seconds

Was ist Twiends Bot?

Twiends Bot ist eine Chrome-Erweiterung, die von https://salesorithm.com entwickelt wurde, und ihr Hauptmerkmal ist "Auto Follow every 30 seconds".

Erweiterungsscreenshots

screenshot

Twiends Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twiends Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :-)                    

Grundlegende Informationen zur Erweiterung

Name Twiends Bot Twiends Bot
ID jjibjbidhlmlahongjlogbnkmddbdkij
Offizielle URL https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij
Beschreibung Auto Follow every 30 seconds
Dateigröße 77.3 KB
Installationsanzahl 26
Aktuelle Version 0.1
Letztes Update 2017-03-14
Veröffentlichungsdatum 2017-03-14
Entwickler https://salesorithm.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}