IG Lister

Export IG followers and following accounts to Excel CSV format.

Что такое IG Lister?

IG Lister - это расширение Chrome, разработанное hi.oleksiv, и его основная функция - "Export IG followers and following accounts to Excel CSV format.".

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

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

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

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

                        Introducing IG Lister - a tool that allows you to effortlessly extract Instagram accounts into Excel or CSV format with just one click, completely free of charge. There are no hidden fees or costs involved.                    

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

Название IG Lister IG Lister
ID ahiilniigddflhdiobbhgichnecpldlk
Официальный URL https://chromewebstore.google.com/detail/ig-lister/ahiilniigddflhdiobbhgichnecpldlk
Описание Export IG followers and following accounts to Excel CSV format.
Размер файла 179 KB
Количество установок 24
Текущая Версия 1.5
Последнее Обновление 2023-11-29
Дата публикации 2022-11-04
Разработчик hi.oleksiv
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.iglister.com/
URL страницы политики конфиденциальности https://www.iglister.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Lister",
    "description": "Export IG followers and following accounts to Excel CSV format.",
    "version": "1.5",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/i.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}