Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Wat is Social Trade Robot?
Social Trade Robot is een Chrome-extensie ontwikkeld door http://shivangsanghi.blogspot.com, en de belangrijkste functie is "No need to do clicking all the time. Use Social Trade Robot to complete your task.".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Trade Robot
Download Social Trade Robot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
Officiële URL | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
Beschrijving | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
Bestandsgrootte | 33.97 KB |
Aantal Installaties | 443 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2017-01-24 |
Publicatiedatum | 2017-01-24 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://shivangsanghi.blogspot.com |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | http://www.github.com/shivangsanghi |
Ondersteunde Talen | 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 } |