Pandro | Instagram™ bot for followers
Assistant tool to automate Instagram™
Τι είναι το Pandro | Instagram™ bot for followers;
Το Pandro | Instagram™ bot for followers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://instech.tech, και η κύρια λειτουργία του είναι "Assistant tool to automate Instagram™".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pandro | Instagram™ bot for followers
Λήψη αρχείων επέκτασης Pandro | Instagram™ bot for followers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Smart Assistant for Instagram™ Grow your IG. Scale up your reach and grow your business on instagram™ by using automation for different actions. Just set your preferences and forget about it. The tool will work on your behalf. IG growth service to help you get real and organic IG followers, effortlessly while you take care of your daily tasks. Enjoy a 20-day free trial period and taste what our IG automation can do for your account! Security # Pandro doesn’t need your IG username or password to operate. # Pandro doesn’t send your IG activity to a remote server. Your data is secure. LEGAL NOTICE: This extension handles personal or sensitive user data (Cookies and Web Browsing Activity). Please see our Privacy Policy for more details about purpose and methods of our handling personal or sensitive user data. Link to Privacy Policy located in "Additional Information" section. IG™ is a trademark of IG Inc., registered in the U.S. and other countries. This is an independent project not related to IG™ or IG Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pandro | Instagram™ bot for followers |
ID | cmfdbhodbknpeambnnahbheoeajhbeel |
Επίσημο URL | https://chromewebstore.google.com/detail/pandro-instagram-bot-for/cmfdbhodbknpeambnnahbheoeajhbeel |
Περιγραφή | Assistant tool to automate Instagram™ |
Μέγεθος Αρχείου | 3.91 MB |
Αριθμός Εγκαταστάσεων | 2,378 |
Τρέχουσα Έκδοση | 1.1.5 |
Τελευταία Ενημέρωση | 2023-10-01 |
Ημερομηνία Δημοσίευσης | 2020-06-28 |
Αξιολόγηση | 1.93/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | https://instech.tech |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://instech.tech/privacy-instech/privacy2 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ExtName__", "description": "__MSG_ExtDesc__", "short_name": "Pandro", "default_locale": "en", "version": "1.1.5", "author": "Pandro", "permissions": [ "unlimitedStorage", "tabs" ], "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/instech.tech\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*" ], "icons": { "128": ".\/res\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_title": "Pandro" }, "background": { "service_worker": "main.js" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ] } |