Instagram Comments Loader
Load all Instagram comments
What is Instagram Comments Loader?
Instagram Comments Loader is a Chrome extension developed by Unknown, and its main feature is "Load all Instagram comments".
Extension Screenshots
Download Instagram Comments Loader Extension CRX File
Download Instagram Comments Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a button to load all Instagram comments for a post
Extension Basic Information
Name | Instagram Comments Loader |
ID | eagfdidiccllhejojgfnjdfkjpomlffd |
Official URL | https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd |
Description | Load all Instagram comments |
File Size | 140 KB |
Installation Count | 88 |
Current Version | 1.0 |
Last Updated | 2021-12-22 |
Publish Date | 2021-12-21 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |