Social Trade Robot

No need to do clicking all the time. Use Social Trade Robot to complete your task.

What is Social Trade Robot?

Social Trade Robot is a Chrome extension developed by http://shivangsanghi.blogspot.com, and its main feature is "No need to do clicking all the time. Use Social Trade Robot to complete your task.".

Extension Screenshots

screenshot

Download Social Trade Robot Extension CRX File

Download Social Trade Robot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Social Trade Robot Social Trade Robot
ID aolfhpknbncfkhbaagllhbhmmbhkankk
Official URL https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk
Description No need to do clicking all the time. Use Social Trade Robot to complete your task.
File Size 33.97 KB
Installation Count 443
Current Version 2
Last Updated 2017-01-24
Publish Date 2017-01-24
Rating 5.00/5 Total 4 Ratings
Developer http://shivangsanghi.blogspot.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL http://www.github.com/shivangsanghi
Supported Languages 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
}