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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Social Trade Robot Social Trade Robot
ID aolfhpknbncfkhbaagllhbhmmbhkankk
官方網址 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
}