Social Trade Robot

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

Co to jest Social Trade Robot?

Social Trade Robot to rozszerzenie Chrome opracowane przez http://shivangsanghi.blogspot.com, a jego główną funkcją jest „No need to do clicking all the time. Use Social Trade Robot to complete your task.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Social Trade Robot

Pobierz pliki rozszerzeń Social Trade Robot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Social Trade Robot Social Trade Robot
ID aolfhpknbncfkhbaagllhbhmmbhkankk
Oficjalny URL https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk
Opis No need to do clicking all the time. Use Social Trade Robot to complete your task.
Rozmiar pliku 33.97 KB
Liczba instalacji 443
Aktualna Wersja 2
Ostatnia Aktualizacja 2017-01-24
Data Publikacji 2017-01-24
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper http://shivangsanghi.blogspot.com
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Polityki Prywatności http://www.github.com/shivangsanghi
Obsługiwane Języki 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
}