IGHashtag - Export Instagram Hashtags

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

IGHashtag - Export Instagram Hashtagsとは何ですか?

IGHashtag - Export Instagram HashtagsはConverts Teamによって開発されたChromeの拡張機能で、その主な機能は「A smart tool to scrape hashtags from Instagram and export to CSV with one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

IGHashtag - Export Instagram Hashtags拡張機能のCRXファイルをダウンロード

IGHashtag - Export Instagram Hashtags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.6.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.                    

拡張機能の基本情報

名前 IGHashtag - Export Instagram Hashtags IGHashtag - Export Instagram Hashtags
ID pofnjkonnflknjidbbnmnbloboleaamo
公式URL https://chrome.google.com/webstore/detail/ighashtag-export-instagra/pofnjkonnflknjidbbnmnbloboleaamo
説明 A smart tool to scrape hashtags from Instagram and export to CSV with one click.
ファイルサイズ 1.16 MB
インストール数 122
現在のバージョン 1.6.0
最終更新日 2022-07-06
公開日 2022-04-08
評価 5.00/5 合計 3 レビュー
開発者 Converts Team
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ighashtag.converts.cc/
プライバシーポリシーページのURL https://converts.cc/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGHashtag - Export Instagram Hashtags",
    "description": "A smart tool to scrape hashtags from Instagram and export to CSV with one click.",
    "version": "1.6.0",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pofnjkonnflknjidbbnmnbloboleaamo",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjimdDtbipkMdAfjRwov5CTu2bnmmrC0snvCk9jAEK50h1U4FLHGoXwRPcx6x6zx1112uWtL5SkAqMoVf\/W9ipQFB1BJc5vWAj\/jON9Ipbo02JlDp5ebnk5xZEqyEo5yMR8nfWJMoO5R9dqAZDYeAhbiv9hu7W+\/9WTaThY+MNrrnbOxE7winRLbuY5QEU\/YCddoPzIkqYS1yVyEO4aTjRnOPMGwRemRT4SMOxzI9ml1wu3mNN691skXpu+PpL77F35EiLf4cFvyrCWrun+aMMaw6r+N30JDWNOTY1FFSpif5vNdR0YzE8AY7HJt1qUoda6reazKgKokm9B+69WBRlQIDAQAB",
    "oauth2": {
        "client_id": "980071581130-bau9bdcdehburbuioqmsvrm0qh2m69ak.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "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"
    }
}