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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |