YouTube Comment Extractor

Extract loaded YouTube comment to JSON

Cos'è YouTube Comment Extractor?

YouTube Comment Extractor è un'estensione di Chrome sviluppata da FaLLeN3dGe, e la sua funzione principale è "Extract loaded YouTube comment to JSON".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Comment Extractor

Scarica i file di estensione YouTube Comment Extractor 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

                        Extract loaded YouTube comment to JSON                    

Informazioni di Base sull'Estensione

Nome YouTube Comment Extractor YouTube Comment Extractor
ID akknkeanpdlfmcpkklngoicpeilplmdp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-comment-extractor/akknkeanpdlfmcpkklngoicpeilplmdp
Descrizione Extract loaded YouTube comment to JSON
Dimensione del File 61.93 KB
Conteggio Installazioni 210
Versione Corrente 0.3
Ultimo Aggiornamento 2023-12-10
Data di Pubblicazione 2020-08-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore FaLLeN3dGe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Comment Extractor",
    "version": "0.3",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/watch?*"
    ],
    "background": {
        "service_worker": "context.min.js",
        "type": "module"
    }
}