AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Cos'è AutoIns?
AutoIns è un'estensione di Chrome sviluppata da https://techcodenotes.com, e la sua funzione principale è "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoIns
Scarica i file di estensione AutoIns in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
URL Ufficiale | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
Descrizione | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
Dimensione del File | 62.65 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-04-08 |
Data di Pubblicazione | 2021-03-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://techcodenotes.com |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina della Politica sulla Privacy | https://savemydayapp.com/privacy-policy |
Lingue Supportate | 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\/*" ] } } |