AutoIns

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

Что такое AutoIns?

AutoIns - это расширение Chrome, разработанное https://techcodenotes.com, и его основная функция - "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AutoIns

Скачайте файлы расширений AutoIns в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название AutoIns AutoIns
ID dmgkkngnjepedflfcohckfehengjcame
Официальный URL https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame
Описание This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
Размер файла 62.65 KB
Количество установок 124
Текущая Версия 1.0.1
Последнее Обновление 2021-04-08
Дата публикации 2021-03-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://techcodenotes.com
Электронная почта [email protected]
Тип оплаты in_app
URL страницы политики конфиденциальности https://savemydayapp.com/privacy-policy
Поддерживаемые языки 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\/*"
        ]
    }
}