Social Trade Robot

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

Vad är Social Trade Robot?

Social Trade Robot är en Chrome-tillägg utvecklad av http://shivangsanghi.blogspot.com, och dess huvudfunktion är "No need to do clicking all the time. Use Social Trade Robot to complete your task.".

Tilläggsskärmbilder

screenshot

Ladda ner Social Trade Robot-förlängningens CRX-fil

Ladda ner Social Trade Robot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Social Trade Robot Social Trade Robot
ID aolfhpknbncfkhbaagllhbhmmbhkankk
Officiell webbadress https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk
Beskrivning No need to do clicking all the time. Use Social Trade Robot to complete your task.
Filstorlek 33.97 KB
Antal Installationer 443
Aktuell Version 2
Senast Uppdaterad 2017-01-24
Publiceringsdatum 2017-01-24
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare http://shivangsanghi.blogspot.com
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan http://www.github.com/shivangsanghi
Stödda Språk 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
}