Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
什么是Social Trade Robot?
Social Trade Robot是由http://shivangsanghi.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“No need to do clicking all the time. Use Social Trade Robot to complete your task.”。
扩展截图
下载Social Trade Robot扩展crx文件
下载Social Trade Robot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It completes a task in few seconds. No need to do clicking all the time. Use Social Trade Robot to complete your task. Let me know your any other problem. I will make it for you.
扩展基本信息
名称 | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
官方URL | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
简介 | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
文件大小 | 33.97 KB |
安装次数 | 443 |
当前版本 | 2 |
更新时间 | 2017-01-24 |
上架时间 | 2017-01-24 |
评分 | 5.00/5 共4次评分 |
开发者 | http://shivangsanghi.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | http://www.github.com/shivangsanghi |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Trade Robot", "description": "No need to do clicking all the time. Use Social Trade Robot to complete your task.", "version": "2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Social Trade Robot" }, "content_scripts": [ { "matches": [ "https:\/\/www.socialtrade.biz\/User\/EarnePoints.aspx" ], "js": [ "js\/all.min.js" ] } ], "manifest_version": 2 } |