AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Co to jest AutoIns?
AutoIns to rozszerzenie Chrome opracowane przez https://techcodenotes.com, a jego główną funkcją jest „This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AutoIns
Pobierz pliki rozszerzeń AutoIns w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
Oficjalny URL | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
Opis | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
Rozmiar pliku | 62.65 KB |
Liczba instalacji | 124 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-04-08 |
Data Publikacji | 2021-03-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://techcodenotes.com |
[email protected] | |
Typ Płatności | in_app |
Adres URL Strony Polityki Prywatności | https://savemydayapp.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } } |