GramBoost – Instagram Bot
Want more Instagram Likes & Followers? Enter GramBoost
Τι είναι το GramBoost – Instagram Bot;
Το GramBoost – Instagram Bot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GramBoost, και η κύρια λειτουργία του είναι "Want more Instagram Likes & Followers? Enter GramBoost".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GramBoost – Instagram Bot
Λήψη αρχείων επέκτασης GramBoost – Instagram Bot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The most powerful organic growth tool for Instagram. No fake followers, no spam or bots. Simply pure organic growth. GramBoost is the #1 Instagram growth tool, with over 7,900+ customers. The GramBoost chrome extension allows you to perform niche-based targeting that puts you in front of the right audience for huge exposure, allowing you to garner greater sales and increase credibility. GramBoost utilises auto-liking, follow/unfollow, shoutout and engagement networks to put your profile and content in front of thousands. You sit back, focus on creating good content and GramBoost will take care of the rest. Get started now with our FREE TRIAL.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | onidbnonogfblgkckeeelecjjaifhjgi |
Επίσημο URL | https://chrome.google.com/webstore/detail/gramboost-%E2%80%93-instagram-bot/onidbnonogfblgkckeeelecjjaifhjgi |
Περιγραφή | Want more Instagram Likes & Followers? Enter GramBoost |
Μέγεθος Αρχείου | 232 KB |
Αριθμός Εγκαταστάσεων | 248 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2020-09-28 |
Ημερομηνία Δημοσίευσης | 2020-09-28 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | GramBoost |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gramboost.co/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://gramboost.co/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://gramboost.co/terms |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GramBoost \u2013 Instagram Bot", "short_name": "GramBoost", "version": "1.0.1", "description": "Want more Instagram Likes & Followers? Enter GramBoost", "icons": { "192": "images\/icon.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "build\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "permissions": [ "storage", "background", "notifications", "webRequest", "webRequestBlocking", "https:\/\/i.instagram.com\/" ], "externally_connectable": { "matches": [ "http:\/\/localhost\/*", "https:\/\/*.caffeinum.now.sh\/*", "https:\/\/*.gramboost.co\/*" ] }, "manifest_version": 2 } |