Instabot - Automate Likes and Comments

Increase your Instagram engagement!

Was ist Instabot - Automate Likes and Comments?

Instabot - Automate Likes and Comments ist eine Chrome-Erweiterung, die von laabroms entwickelt wurde, und ihr Hauptmerkmal ist "Increase your Instagram engagement!".

Erweiterungsscreenshots

screenshot

Instabot - Automate Likes and Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instabot - Automate Likes and Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Instabot - Automate Likes and Comments Instabot - Automate Likes and Comments
ID fmdbpjfdncdlmpdlhobkckbgcdkccdbh
Offizielle URL https://chrome.google.com/webstore/detail/instabot-automate-likes-a/fmdbpjfdncdlmpdlhobkckbgcdkccdbh
Beschreibung Increase your Instagram engagement!
Dateigröße 266 KB
Installationsanzahl 176
Aktuelle Version 0.0.1
Letztes Update 2021-01-05
Veröffentlichungsdatum 2021-01-05
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler laabroms
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}