IGPost - Export IG photos and videos

A smart lead tool to scrape photos, videos and posts from Instagram, download, and export to CSV with one click

IGPost - Export IG photos and videosคืออะไร?

IGPost - Export IG photos and videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Converts Team และคุณลักษณะหลักของมันคือ "A smart lead tool to scrape photos, videos and posts from Instagram, download, and export to CSV with one click"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGPost - Export IG photos and videos

ดาวน์โหลดไฟล์ส่วนขยาย IGPost - Export IG photos and videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A helper tool, one-click to download Post, pictures, Photos and Videos from Instagram user.

🆕 New Update v1.5.0
✓ Support bulk downloading of photos per post
✓ Fix some issues

# Features
✓ Export photos and videos from post
✓ Batch download photos per post

# How to get started?
1. Enter Instagram Username
2. Click Export Button

# FAQ
https://igpost.converts.cc/#faq
If you have any problems, don't hesitate to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers.                    

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

ชื่อ IGPost - Export IG photos and videos IGPost - Export IG photos and videos
ID gaelfabkbemmkemhnabjnhnjocabbejh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/igpost-export-ig-photos-a/gaelfabkbemmkemhnabjnhnjocabbejh
คำอธิบาย A smart lead tool to scrape photos, videos and posts from Instagram, download, and export to CSV with one click
ขนาดไฟล์ 1.2 MB
จำนวนการติดตั้ง 1,320
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2023-04-16
วันที่เผยแพร่ 2022-04-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Converts Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://igpost.converts.cc/
URL หน้านโยบายความเป็นส่วนตัว https://converts.cc/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGPost - Export IG photos and videos",
    "description": "A smart lead tool to scrape photos, videos and posts from Instagram, download, and export to CSV with one click",
    "version": "1.5.0",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/gaelfabkbemmkemhnabjnhnjocabbejh",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlACw7TYxUPXdIqs918u0oiTWCwBF4QT7E75ZLQgtlqWDfS1XeXKAC9TUr6dCMvEkiz9QOzmNz57BcEYOuz+EH31Juj0Ynkvx\/s28ygt8556hYoX7S\/ZK80SLM9u1nRpDRx8wF8WZyVN5tecLFLj62xFRUQfoKF7jEWhQdfolKPLVszVHMAKGvYGuZXfBX29LlRRHDHS9WYt8PC+8IaDXPnv+DOTPlh8Ev5z9JlRXFeCNtnWzQW\/opnZJQTFJJ9HDLh3FOcMt0J9Oa6O7q\/u3t0C5zGcda8lnK8Zd+IvqIL4btP8EbUNVBviTMfPF5dZShkwMX\/HMRNrYpnO63ebDhwIDAQAB",
    "oauth2": {
        "client_id": "1076694730084-8aq4g4g7dnpp295c6f12h9scfnifjsnb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "1076694730084-9hv9c0ojilv6crl9578pe7d1ih8b125l.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/icons\/logo_16.png",
        "32": "public\/lib\/icons\/logo_32.png",
        "48": "public\/lib\/icons\/logo_48.png",
        "128": "public\/lib\/icons\/logo_128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}