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
扩展基本信息
名称 | 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 |
电子邮箱 | [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" ] } ] } |