IG Lister

Export IG followers and following accounts to Excel CSV format.

Wat is IG Lister?

IG Lister is een Chrome-extensie ontwikkeld door hi.oleksiv, en de belangrijkste functie is "Export IG followers and following accounts to Excel CSV format.".

Extensie Screenshots

Download het CRX-bestand van de extensie IG Lister

Download IG Lister-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IG Lister IG Lister
ID ahiilniigddflhdiobbhgichnecpldlk
Officiële URL https://chromewebstore.google.com/detail/ig-lister/ahiilniigddflhdiobbhgichnecpldlk
Beschrijving Export IG followers and following accounts to Excel CSV format.
Bestandsgrootte 179 KB
Aantal Installaties 24
Huidige Versie 1.5
Laatst Bijgewerkt 2023-11-29
Publicatiedatum 2022-11-04
Ontwikkelaar hi.oleksiv
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.iglister.com/
URL van de Privacybeleid Pagina https://www.iglister.com/privacy-policy
Ondersteunde Talen 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"
    }
}