Instabot - Automate Likes and Comments
Increase your Instagram engagement!
ما هو Instabot - Automate Likes and Comments؟
Instabot - Automate Likes and Comments هو إضافة Chrome تم تطويرها بواسطة laabroms، والميزة الرئيسية لها هي "Increase your Instagram engagement!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instabot - Automate Likes and Comments
قم بتنزيل ملفات الامتداد Instabot - Automate Likes and Comments بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension automates, likes, comments, and story views on Instagram. Users can enter their login information, desired hashtags and comments. The bot will login to their account and like and comment posts from selected hashtags, like and comment posts in the user's feed, and view stories. The actions run by the bot can be toggled in the extension. The bot runs headlessly (without opening a browser), and will notify the user once the process is completed.
معلومات أساسية عن التمديد
الاسم | |
ID | fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instabot-automate-likes-a/fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
الوصف | Increase your Instagram engagement! |
حجم الملف | 266 KB |
عدد التثبيتات | 176 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-01-05 |
تاريخ النشر | 2021-01-05 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | laabroms |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instabot - Automate Likes and Comments", "description": "Increase your Instagram engagement!", "version": "0.0.1", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small16.png", "48": "logo-small48.png", "128": "logo-small128.png" }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [] } |