InsC - Instagram comment picker & exporter

Instagram giveaway picker & IG Comments to Excel Exporter

InsC - Instagram comment picker & exporterคืออะไร?

InsC - Instagram comment picker & exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ListMore และคุณลักษณะหลักของมันคือ "Instagram giveaway picker & IG Comments to Excel Exporter"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InsC - Instagram comment picker & exporter

ดาวน์โหลดไฟล์ส่วนขยาย InsC - Instagram comment picker & exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🚀 Introducing InsC - Export Instagram Comments & Giveaway

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

🔥 Core Features:

1. Export Comments: Effortlessly export the list comments of 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 Comments: Easily download comments 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 comments.

🌟 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ InsC - Instagram comment picker & exporter InsC - Instagram comment picker & exporter
ID hdfhpnjnlgekgjmniifdieiflhfdkmlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/insc-instagram-comment-pi/hdfhpnjnlgekgjmniifdieiflhfdkmlk
คำอธิบาย Instagram giveaway picker & IG Comments to Excel Exporter
ขนาดไฟล์ 890 KB
จำนวนการติดตั้ง 1,658
เวอร์ชันปัจจุบัน 4.6.10
อัปเดตครั้งล่าสุด 2023-11-25
วันที่เผยแพร่ 2021-12-01
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา ListMore
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย 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": "InsC - Instagram comment picker & exporter",
    "version": "4.6.10",
    "description": "Instagram giveaway picker & IG Comments 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=C&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'"
    }
}