Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Qu'est-ce que Social Trade Robot ?
Social Trade Robot est une extension Chrome développée par http://shivangsanghi.blogspot.com, et sa fonction principale est "No need to do clicking all the time. Use Social Trade Robot to complete your task.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Social Trade Robot
Téléchargez les fichiers d'extension Social Trade Robot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
URL Officiel | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
Description | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
Taille du Fichier | 33.97 KB |
Nombre d'Installations | 443 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2017-01-24 |
Date de Publication | 2017-01-24 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://shivangsanghi.blogspot.com |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | http://www.github.com/shivangsanghi |
Langues Prises en Charge | 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 } |