Instagram Comments Loader

Load all Instagram comments

Co to jest Instagram Comments Loader?

Instagram Comments Loader to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Load all Instagram comments”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram Comments Loader

Pobierz pliki rozszerzeń Instagram Comments Loader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adds a button to load all Instagram comments for a post                    

Podstawowe informacje o rozszerzeniu

Nazwa Instagram Comments Loader Instagram Comments Loader
ID eagfdidiccllhejojgfnjdfkjpomlffd
Oficjalny URL https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd
Opis Load all Instagram comments
Rozmiar pliku 140 KB
Liczba instalacji 88
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-12-22
Data Publikacji 2021-12-21
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}