AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Hvad er AutoIns?
AutoIns er en Chrome-udvidelse udviklet af https://techcodenotes.com, og dens hovedfunktion er "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".
Udvidelsesskærmbilleder
Download AutoIns-udvidelses-CRX-fil
Download AutoIns-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
Officiel URL | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
Beskrivelse | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
Filstørrelse | 62.65 KB |
Antal Installationer | 124 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-04-08 |
Udgivelsesdato | 2021-03-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://techcodenotes.com |
[email protected] | |
Betalingsmetode | in_app |
URL til Fortrolighedspolitik Side | https://savemydayapp.com/privacy-policy |
Understøttede Sprog | 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\/*" ] } } |