Captioner

Get subtitles/captions for any video/audio being played.

Cos'è Captioner?

Captioner è un'estensione di Chrome sviluppata da patil.gajananps, e la sua funzione principale è "Get subtitles/captions for any video/audio being played.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Captioner

Scarica i file di estensione Captioner 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

                        Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service.

For more information :-
https://github.com/gajananpp/captioner                    

Informazioni di Base sull'Estensione

Nome Captioner Captioner
ID gjcdikfmiodlggkpnllcjbffjfbhfnnn
URL Ufficiale https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn
Descrizione Get subtitles/captions for any video/audio being played.
Dimensione del File 231 KB
Conteggio Installazioni 193
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-04-05
Data di Pubblicazione 2022-04-05
Sviluppatore patil.gajananps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gajananpp/captioner
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Captioner",
    "version": "0.0.1",
    "description": "Get subtitles\/captions for any video\/audio being played.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "action.html"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}