AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
¿Qué es AutoIns?
AutoIns es una extensión de Chrome desarrollada por https://techcodenotes.com, y su función principal es "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AutoIns
Descarga archivos de extensión AutoIns en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
URL Oficial | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
Descripción | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
Tamaño del Archivo | 62.65 KB |
Cantidad de Instalaciones | 124 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-04-08 |
Fecha de Publicación | 2021-03-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://techcodenotes.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
URL de la Página de Política de Privacidad | https://savemydayapp.com/privacy-policy |
Idiomas Soportados | 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\/*" ] } } |