GramBot: Bot for Instagram

Post comments automatically on Instagram

Τι είναι το GramBot: Bot for Instagram;

Το GramBot: Bot for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://fbmessagecleaner.com, και η κύρια λειτουργία του είναι "Post comments automatically on Instagram".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GramBot: Bot for Instagram

Λήψη αρχείων επέκτασης GramBot: Bot for Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GramBot* is a bot to post automatically comments on Instagram™ pictures.

Provide 25 sentences parts and our bot will build up to 3125 different messages to post comment pictures.

You can also include username or full name of picture owner so that your comments will be even better! Make nice comments to increase your number of like and have larger audience on Instagram™ .

You can tune the rate of comments posted to match your needs. 
Do not abuse and use it with positive attitude. 

With our bot, you will gain visibility on Instagram™ and your number of followers will dramatically increase!

Bot is free to test and then a (small) payment is requested to help us to maintain this tool.

We provide full real time support and may add functions on demand on our bot.

Features to come: gender of picture owner to increase quality of audience target!


*GramBot has absolutely no relation with Instagram™ . GramBot is unofficial tool developped by standalone developper. Use at your own risk.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GramBot: Bot for Instagram GramBot: Bot for Instagram
ID ldjnadbmbglogeekeoajepbbahimonck
Επίσημο URL https://chrome.google.com/webstore/detail/grambot-bot-for-instagram/ldjnadbmbglogeekeoajepbbahimonck
Περιγραφή Post comments automatically on Instagram
Μέγεθος Αρχείου 350 KB
Αριθμός Εγκαταστάσεων 594
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-08-23
Ημερομηνία Δημοσίευσης 2020-07-03
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://fbmessagecleaner.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.fbmessagecleaner.com
Διεύθυνση URL της Σελίδας Βοήθειας https://t.me/myglobalsupport
URL της Σελίδας Πολιτικής Απορρήτου https://www.fbmessagecleaner.com/privacypolicy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GramBot: Bot for Instagram",
    "short_name": "GramBot",
    "description": "Post comments automatically on Instagram",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/fb_message_cleaner16.png",
        "48": "icons\/fb_message_cleaner48.png",
        "128": "icons\/fb_message_cleaner128.png"
    },
    "browser_action": {
        "default_icon": "icons\/fb_message_cleaner16.png",
        "default_title": "GramBot",
        "default_popup": "screens\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/constants.min.js",
            "js\/background.js",
            "js\/utils.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "http:\/\/www.instagram.com\/*",
                "http:\/\/m.instagram.com\/*"
            ],
            "js": [
                "js\/constants.min.js",
                "js\/utils.min.js",
                "js\/userinfo.min.js",
                "js\/content.min.js",
                "js\/analytics.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "http:\/\/www.instagram.com\/*",
        "http:\/\/m.instagram.com\/*",
        "https:\/\/i.instagram.com\/*",
        "http:\/\/www.fbmessagecleaner.com\/*",
        "https:\/\/www.fbmessagecleaner.com\/*"
    ],
    "web_accessible_resources": [
        "screens\/fb_cleaner.html",
        "screens\/index.html",
        "img\/analyze.png",
        "img\/brush.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}