Instagram Comments Loader
Load all Instagram comments
Wat is Instagram Comments Loader?
Instagram Comments Loader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Load all Instagram comments".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram Comments Loader
Download Instagram Comments Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a button to load all Instagram comments for a post Basisinformatie over de Extensie
| Naam | |
| ID | eagfdidiccllhejojgfnjdfkjpomlffd |
| Officiële URL | https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd |
| Beschrijving | Load all Instagram comments |
| Bestandsgrootte | 140 KB |
| Aantal Installaties | 88 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-12-22 |
| Publicatiedatum | 2021-12-21 |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |