Instagram Comments Loader
Load all Instagram comments
什麼是Instagram Comments Loader?
Instagram Comments Loader是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Load all Instagram comments”。
擴展截圖
下載Instagram Comments Loader擴展crx文件
下載Instagram Comments Loader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Adds a button to load all Instagram comments for a post                     擴展基本資訊
| 名稱 |   |  
| ID | eagfdidiccllhejojgfnjdfkjpomlffd | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
            ]
        }
    ]
}  |  |