InsL - Instagram like picker & exporter

Instagram giveaway picker & IG likes to Excel Exporter

InsL - Instagram like picker & exporter란 무엇입니까?

InsL - Instagram like picker & exporter은(는) ListMore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instagram giveaway picker & IG likes to Excel Exporter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

InsL - Instagram like picker & exporter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🚀 Introducing InsL - Export Instagram Likes & Giveaway

InsL is a powerful Chrome extension designed to enhance your Instagram experience by providing efficient tools for extracting likes information from Instagram posts.

🔥 Core Features:

1. Export Liked Users: Effortlessly export the list of users who have liked your Instagram posts in various formats such as CSV, Excel, and JSON. 

2. Bulk Actions: Take control of your interactions by utilizing our advanced filtering options. Seamlessly perform bulk actions like following, unfollowing, and liking recent posts on targeted user accounts.

3. Batch Download Post Likes: Easily download likes on your posts in batches. Access the engagement data you need for a deeper understanding of your audience.

4. History Resumption: Never lose your progress. Resume tasks seamlessly from where you left off using the history feature.

5. Lucky Draw: Randomly select a fortunate user from the list of likes.

🌟 Key Advantages:

1. Official Instagram API: We utilize the official Instagram API to extract data directly from Instagram pages. This approach closely mimics genuine browsing behavior, providing you with accurate and reliable results.

2. Local Processing: Our extension operates entirely on your local device. Your data remains private, and there's no risk of unauthorized account access. Your actions are discreet and secure.

3. High Data Volume Support: Export substantial amounts of data, exceeding 50,000 records. Switch between Instagram accounts or devices effortlessly without limitations.

🚀 Getting Started:

1. Open any Instagram page.
2. Click on the extension icon, and it will automatically identify the target account for exporting.
3. Free users can export the first 100 records, while premium users enjoy unlimited exports.

⚠️ Disclaimer:

1. This extension is not affiliated with or endorsed by Instagram.
2. It does not retain any user data and solely serves as a tool for data export, designed for legitimate work and educational purposes.

Unlock the potential of your Instagram experience with the Instagram Data Exporter extension. Manage your interactions effectively, make informed decisions, and enhance your online presence. Download now and embark on a journey of data-driven success!                    

확장 프로그램 기본 정보

이름 InsL - Instagram like picker & exporter InsL - Instagram like picker & exporter
ID iiblfonkagipdojommmomopjldpibdbb
공식 URL https://chromewebstore.google.com/detail/insl-instagram-like-picke/iiblfonkagipdojommmomopjldpibdbb
설명 Instagram giveaway picker & IG likes to Excel Exporter
파일 크기 897 KB
설치 횟수 1,658
현재 버전 4.6.13
최근 업데이트 2024-02-18
출시 날짜 2021-12-08
평점 4.27/5 총 11 개의 평점
개발자 ListMore
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.listmore.info/
개인정보 보호 정책 페이지 URL https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InsL - Instagram like picker & exporter",
    "version": "4.6.13",
    "description": "Instagram giveaway picker & IG likes to Excel Exporter",
    "action": {
        "default_icon": ".\/assets\/icon-128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.listmore.info\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*?ext=L&cmd=export&uuid=*"
            ],
            "js": [
                "dist\/exportPanel\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/exportPanel\/style.css",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}