Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Hvad er Social Trade Robot?
Social Trade Robot er en Chrome-udvidelse udviklet af http://shivangsanghi.blogspot.com, og dens hovedfunktion er "No need to do clicking all the time. Use Social Trade Robot to complete your task.".
Udvidelsesskærmbilleder
Download Social Trade Robot-udvidelses-CRX-fil
Download Social Trade Robot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
Officiel URL | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
Beskrivelse | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
Filstørrelse | 33.97 KB |
Antal Installationer | 443 |
Nuværende Version | 2 |
Senest Opdateret | 2017-01-24 |
Udgivelsesdato | 2017-01-24 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | http://shivangsanghi.blogspot.com |
[email protected] | |
Betalingsmetode | in_app |
URL til Fortrolighedspolitik Side | http://www.github.com/shivangsanghi |
Understøttede Sprog | 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 } |