AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Τι είναι το AutoIns;
Το AutoIns είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://techcodenotes.com, και η κύρια λειτουργία του είναι "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AutoIns
Λήψη αρχείων επέκτασης AutoIns σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Autoins the best unfollow instagram bot.This bot will automatically follow all of someone's Instagram followers for you. It can also unfollow for you, with options to keep people who follow you and more. It waits between following so as to not be blocked by Instagram's rate limits. It's currently available to download for free, but probably won't be forever.Feel free to contac us if any problem. [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
Επίσημο URL | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
Περιγραφή | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
Μέγεθος Αρχείου | 62.65 KB |
Αριθμός Εγκαταστάσεων | 124 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-04-08 |
Ημερομηνία Δημοσίευσης | 2021-03-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://techcodenotes.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
URL της Σελίδας Πολιτικής Απορρήτου | https://savemydayapp.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*", "storage" ], "web_accessible_resources": [ "*.*" ], "browser_action": [], "content_scripts": [ { "matches": [ "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*" ], "all_frames": false, "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "http:\/\/*.szeasytrust.cn\/*" ] } } |