AutoIG

Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.

Что такое AutoIG?

AutoIG - это расширение Chrome, разработанное ZLK Studio, и его основная функция - "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.".

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

screenshot

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

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

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

                        Want to make followers fast and totally FREE? Use this extension to auto follow people on Instagram. Easy and free, AutoIG let you to mass follow Insta profiles                    

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

Название AutoIG AutoIG
ID nggbmpmipngiogondncnaegfnhobanll
Официальный URL https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll
Описание Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
Размер файла 46.72 KB
Количество установок 3,691
Текущая Версия 1.0.3
Последнее Обновление 2021-05-01
Дата публикации 2020-10-03
Рейтинг 3.63/5 Всего 16 оценок
Разработчик ZLK Studio
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://autoig.zlkstudio.co.uk
Поддерживаемые языки en-GB
manifest.json
{
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to action"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 2,
    "name": "AutoIG",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/www.instagram.com\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "options.html"
    ]
}