IG Lister

Export IG followers and following accounts to Excel CSV format.

IG Lister란 무엇입니까?

IG Lister은(는) hi.oleksiv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export IG followers and following accounts to Excel CSV format."입니다.

확장 프로그램 스크린샷

IG Lister 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}