Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Cos'è Social Trade Robot?
Social Trade Robot è un'estensione di Chrome sviluppata da http://shivangsanghi.blogspot.com, e la sua funzione principale è "No need to do clicking all the time. Use Social Trade Robot to complete your task.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Social Trade Robot
Scarica i file di estensione Social Trade Robot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
URL Ufficiale | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
Descrizione | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
Dimensione del File | 33.97 KB |
Conteggio Installazioni | 443 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2017-01-24 |
Data di Pubblicazione | 2017-01-24 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | http://shivangsanghi.blogspot.com |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina della Politica sulla Privacy | http://www.github.com/shivangsanghi |
Lingue Supportate | 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 } |