Twiends Bot
Auto Follow every 30 seconds
什么是Twiends Bot?
Twiends Bot是由https://salesorithm.com开发的Chrome扩展程序,该扩展的主要功能是“Auto Follow every 30 seconds”。
扩展截图
下载Twiends Bot扩展crx文件
下载Twiends Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |