IGHashtag - Export IG Hashtags

A smart tool to scrape hashtags from Instagram and export to CSV with one click.

IGHashtag - Export IG Hashtags là gì?

IGHashtag - Export IG Hashtags là một tiện ích mở rộng Chrome được phát triển bởi Infwiz, và tính năng chính của nó là "A smart tool to scrape hashtags from Instagram and export to CSV with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IGHashtag - Export IG Hashtags

Tải xuống các tệp mở rộng IGHashtag - Export IG Hashtags dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A helper tool for Instagram, scrape hashtags from Instagram, easy to Export Instagram Post Hashtags, export Instagram Photo Hashtags, and export Instagram Video Hashtags.

You can research hashtags in your niche on Instagram from User、Hashtag、Location.

If you export Instagram Hashtags From User, IGHashtag can also export
Hashtags for First Comment of Owner.

🆕 New Update v1.7.0
✓ 20% faster extraction speed
✓ Fix some issues

# Features
✓ Export Hashtags From User
✓ Export Hashtags From Hashtag
✓ Export Hashtags From Location

# How to get started?
1.Check Type: USER/HASHTAG/LOCATION
2.Enter username/hashtag/location id
3.Click EXPORT Button

# FAQ
https://ighashtag.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.

# Statement
INSTAGRAM is a trademark of Instagram, LLC. IGHashtag is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IGHashtag - Export IG Hashtags IGHashtag - Export IG Hashtags
ID akblchbbeionjpgpkgglgfgcpcfmpgpe
URL Chính Thức https://chromewebstore.google.com/detail/ighashtag-export-ig-hasht/akblchbbeionjpgpkgglgfgcpcfmpgpe
Mô tả A smart tool to scrape hashtags from Instagram and export to CSV with one click.
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 338
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2022-09-17
Ngày Phát Hành 2022-09-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Infwiz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://infwiz.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGHashtag - Export IG Hashtags",
    "description": "A smart tool to scrape hashtags from Instagram and export to CSV with one click.",
    "version": "1.7.0",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/akblchbbeionjpgpkgglgfgcpcfmpgpe",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnI3vCPZffl3IuuBRO9AJBKjbSnZQbOd8JLYcBmJ51UNcFduMu2XTTtlTy0xkyTUazj+TS2yqC6\/0LEjBSlgWfEmrAhwaViU15544LDbI3C04ybiaGEvs1BP7z6TU1ll4uQz+xlf6j8AcfMOEsiSzR2ncY+VIJXpsZyZJ0LGhwUrdxW1Sc9ebPQT5HX45XzFfX6y5RCuEjzwx9UkCMBxLXfkO\/Csc2rc3KAA1hdq4HXd6CaQgdn6ktgjp5eoTb+9wk\/akz9CD2WRFGq5jDVOGhe2nMK3ooYRpYqJN5BOxlfxkEBwh0+XArszDJyiP\/5G06Tcg93GyW16pEEEEMVpRJQIDAQAB",
    "oauth2": {
        "client_id": "980071581130-ulhb614qsfj9u929di51t3c9mhcj12c5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "980071581130-b7eckqkt3ito93qngqsog8s7t7m0bmj5.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/icons\/16.png",
        "32": "public\/lib\/icons\/32.png",
        "48": "public\/lib\/icons\/48.png",
        "128": "public\/lib\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}