Instabot - Automate Likes and Comments
Increase your Instagram engagement!
Qu'est-ce que Instabot - Automate Likes and Comments ?
Instabot - Automate Likes and Comments est une extension Chrome développée par laabroms, et sa fonction principale est "Increase your Instagram engagement!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instabot - Automate Likes and Comments
Téléchargez les fichiers d'extension Instabot - Automate Likes and Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
URL Officiel | https://chrome.google.com/webstore/detail/instabot-automate-likes-a/fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
Description | Increase your Instagram engagement! |
Taille du Fichier | 266 KB |
Nombre d'Installations | 176 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-01-05 |
Date de Publication | 2021-01-05 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | laabroms |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |