Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Apa itu Social Trade Robot?
Social Trade Robot adalah ekstensi Chrome yang dikembangkan oleh http://shivangsanghi.blogspot.com, dan fitur utamanya adalah "No need to do clicking all the time. Use Social Trade Robot to complete your task.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Social Trade Robot
Unduh file ekstensi Social Trade Robot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
URL Resmi | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
Deskripsi | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
Ukuran File | 33.97 KB |
Jumlah Instalasi | 443 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2017-01-24 |
Tanggal Publikasi | 2017-01-24 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://shivangsanghi.blogspot.com |
[email protected] | |
Tipe Pembayaran | in_app |
URL Halaman Kebijakan Privasi | http://www.github.com/shivangsanghi |
Bahasa yang Didukung | 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 } |