AutoIns

This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.

Qu'est-ce que AutoIns ?

AutoIns est une extension Chrome développée par https://techcodenotes.com, et sa fonction principale est "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoIns

Téléchargez les fichiers d'extension AutoIns au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom AutoIns AutoIns
ID dmgkkngnjepedflfcohckfehengjcame
URL Officiel https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame
Description This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Taille du Fichier 62.65 KB
Nombre d'Installations 124
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-04-08
Date de Publication 2021-03-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://techcodenotes.com
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://savemydayapp.com/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}