Instagram Comments Loader

Load all Instagram comments

Was ist Instagram Comments Loader?

Instagram Comments Loader ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Load all Instagram comments".

Erweiterungsscreenshots

screenshot

Instagram Comments Loader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram Comments Loader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds a button to load all Instagram comments for a post                    

Grundlegende Informationen zur Erweiterung

Name Instagram Comments Loader Instagram Comments Loader
ID eagfdidiccllhejojgfnjdfkjpomlffd
Offizielle URL https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd
Beschreibung Load all Instagram comments
Dateigröße 140 KB
Installationsanzahl 88
Aktuelle Version 1.0
Letztes Update 2021-12-22
Veröffentlichungsdatum 2021-12-21
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}