Social Trade Robot

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

Social Trade Robot là gì?

Social Trade Robot là một tiện ích mở rộng Chrome được phát triển bởi http://shivangsanghi.blogspot.com, và tính năng chính của nó là "No need to do clicking all the time. Use Social Trade Robot to complete your task.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Trade Robot

Tải xuống các tệp mở rộng Social Trade Robot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Trade Robot Social Trade Robot
ID aolfhpknbncfkhbaagllhbhmmbhkankk
URL Chính Thức https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk
Mô tả No need to do clicking all the time. Use Social Trade Robot to complete your task.
Kích Thước Tệp 33.97 KB
Số Lần Cài Đặt 443
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2017-01-24
Ngày Phát Hành 2017-01-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://shivangsanghi.blogspot.com
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật http://www.github.com/shivangsanghi
Ngôn Ngữ Được Hỗ Trợ 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
}