Twiends Bot
Auto Follow every 30 seconds
ما هو Twiends Bot؟
Twiends Bot هو إضافة Chrome تم تطويرها بواسطة https://salesorithm.com، والميزة الرئيسية لها هي "Auto Follow every 30 seconds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twiends Bot
قم بتنزيل ملفات الامتداد Twiends Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple steps to use:
1) Install Extension
2) Be on http://twiends.com/home
Optional:
3) On Twiends.com - Select any tab that you like viz. All, Your Country, Same Interest
Rest is automated, the extension will follow one account per 30 seconds.
Note: There are chances of you getting blocked. Hence, please do not use this heavily.
This is still in Beta phase, please let me know of bugs if any.
I sure will fix them.
Thank you, Enjoy :-) معلومات أساسية عن التمديد
| الاسم | |
| ID | jjibjbidhlmlahongjlogbnkmddbdkij |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij |
| الوصف | Auto Follow every 30 seconds |
| حجم الملف | 77.3 KB |
| عدد التثبيتات | 26 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2017-03-14 |
| تاريخ النشر | 2017-03-14 |
| المطور | https://salesorithm.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "Twiends Bot"
},
"name": "Twiends Bot",
"description": "Auto Follow every 30 seconds",
"homepage_url": "http:\/\/salesorithm.com",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.1",
"manifest_version": 2
} | |