Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Social Trade Robotคืออะไร?
Social Trade Robot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://shivangsanghi.blogspot.com และคุณลักษณะหลักของมันคือ "No need to do clicking all the time. Use Social Trade Robot to complete your task."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Trade Robot
ดาวน์โหลดไฟล์ส่วนขยาย Social Trade Robot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
คำอธิบาย | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
ขนาดไฟล์ | 33.97 KB |
จำนวนการติดตั้ง | 443 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2017-01-24 |
วันที่เผยแพร่ | 2017-01-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://shivangsanghi.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
URL หน้านโยบายความเป็นส่วนตัว | http://www.github.com/shivangsanghi |
ภาษาที่รองรับ | 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 } |