Instabot - Automate Likes and Comments
Increase your Instagram engagement!
What is Instabot - Automate Likes and Comments?
Instabot - Automate Likes and Comments is a Chrome extension developed by laabroms, and its main feature is "Increase your Instagram engagement!".
Extension Screenshots
Download Instabot - Automate Likes and Comments Extension CRX File
Download Instabot - Automate Likes and Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
Official URL | https://chrome.google.com/webstore/detail/instabot-automate-likes-a/fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
Description | Increase your Instagram engagement! |
File Size | 266 KB |
Installation Count | 176 |
Current Version | 0.0.1 |
Last Updated | 2021-01-05 |
Publish Date | 2021-01-05 |
Rating | 1.00/5 Total 2 Ratings |
Developer | laabroms |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |