Instagram Comments Loader
Load all Instagram comments
Cos'è Instagram Comments Loader?
Instagram Comments Loader è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Load all Instagram comments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Comments Loader
Scarica i file di estensione Instagram Comments Loader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a button to load all Instagram comments for a post
Informazioni di Base sull'Estensione
Nome | Instagram Comments Loader |
ID | eagfdidiccllhejojgfnjdfkjpomlffd |
URL Ufficiale | https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd |
Descrizione | Load all Instagram comments |
Dimensione del File | 140 KB |
Conteggio Installazioni | 88 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-12-22 |
Data di Pubblicazione | 2021-12-21 |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |