IGPostExport - Export Instagram Posts

Export Instagram posts to csv, for username / hashtag / location.

IGPostExport - Export Instagram Postsคืออะไร?

IGPostExport - Export Instagram Posts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getwecomments.com และคุณลักษณะหลักของมันคือ "Export Instagram posts to csv, for username / hashtag / location."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGPostExport - Export Instagram Posts

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

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

                        A smart tool for Instagram research or analysis, one click to export Instagram posts to csv and Excel.

This posts data scraper will take the posts and scrape all the related data publicly available on IG. Whether you're a technical marketer, growth-hacker or Instagram influencer, you can automate hugh chunks of your IG workflows with IGPostExport. Export posts data to a .CSV spreadsheet and use it in Excel or to .JSON file very easily.

How to export IG user post data?

1. Enter a username
2. Click the export button

Export data columns: media_id, date(GMT), timestamp, caption, hashtags, likes_count, comments_count, post_url, shortcode, thumbnail_url, image_url, video_url, is_video, location_name, location_id, location_url, user_id, username

How to export IG hashtag post data?

1. Enter a hashtag
2. Click the export button

Export data columns: media_id, date(GMT), timestamp, caption, hashtags, likes_count, comments_count, post_url, shortcode, thumbnail_url, image_url, is_video, video_view_count, user_id

How to export IG location post data?

1. Enter a location id
2. Click the export button

Export data columns: media_id, date(GMT), timestamp, caption, hashtags, likes_count, comments_count, post_url, shortcode, thumbnail_url, image_url, is_video, location_name, location_id, location_url, location_slug, location_lat, location_long, user_id

Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

FAQ
https://ig-post-export.getwecomments.com

Questions? Drop us a line at [email protected]

Privacy Policy
https://ig-post-export.getwecomments.com/privacy.html                    

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

ชื่อ IGPostExport - Export Instagram Posts IGPostExport - Export Instagram Posts
ID liebdnomddfjcjbkmjjedggomjdmapnc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/igpostexport-export-insta/liebdnomddfjcjbkmjjedggomjdmapnc
คำอธิบาย Export Instagram posts to csv, for username / hashtag / location.
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-02-20
วันที่เผยแพร่ 2021-12-02
ผู้พัฒนา http://getwecomments.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ig-post-export.getwecomments.com/
URL หน้านโยบายความเป็นส่วนตัว https://getwecomments.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "628184170891-esgijo762tadjcf6end2u33co3j1rk9p.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofiyUpqVGbbhA9lwpZPGR0tdrpTOOlSb4Nzr9TBNJbzYjBkdx+ROgJPz78ra+U9WJm8+Z1tcoPRXpRugFcELGCEoF9jnFvSNBTRORR2s5FCK0uCnlEEv\/KV4ICids+svsVOfIRkseeMKmTbFrXEaomJVfwF8ojJS+8uFIbXQ8zQy3088eLSjjrFIY0Nw2YgQw95vOij8xBsyldbOYpxzP3lb2qBig85Rk4+IM7jRXHUaCPMQgdx6nflsJ4zakXOKapVuU8xUdoiu3wKAGjc+NcopESnNzL2lfK2xO6UVlBhvxXkT5VN6QLb7Nz29GtT7XdGyDZ44sRgOEoD9d04eQwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [
                "liebdnomddfjcjbkmjjedggomjdmapnc"
            ]
        }
    ],
    "version": "1.1.0"
}