Instagram Comments Loader

Load all Instagram comments

Instagram Comments Loaderとは何ですか?

Instagram Comments LoaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Load all Instagram comments」です。

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

screenshot

Instagram Comments Loader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds a button to load all Instagram comments for a post                    

拡張機能の基本情報

名前 Instagram Comments Loader Instagram Comments Loader
ID eagfdidiccllhejojgfnjdfkjpomlffd
公式URL https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd
説明 Load all Instagram comments
ファイルサイズ 140 KB
インストール数 88
現在のバージョン 1.0
最終更新日 2021-12-22
公開日 2021-12-21
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Comments Loader",
    "description": "Load all Instagram comments",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "explode.css"
            ]
        }
    ]
}