Instagram Comments Loader

Load all Instagram comments

Qu'est-ce que Instagram Comments Loader ?

Instagram Comments Loader est une extension Chrome développée par Unknown, et sa fonction principale est "Load all Instagram comments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instagram Comments Loader

Téléchargez les fichiers d'extension Instagram Comments Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adds a button to load all Instagram comments for a post                    

Informations de Base sur l'Extension

Nom Instagram Comments Loader Instagram Comments Loader
ID eagfdidiccllhejojgfnjdfkjpomlffd
URL Officiel https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd
Description Load all Instagram comments
Taille du Fichier 140 KB
Nombre d'Installations 88
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-22
Date de Publication 2021-12-21
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}