Always on YouTube Transcript by AE Studio

Automatically enable the YouTube Transcript for every video.

Cos'è Always on YouTube Transcript by AE Studio?

Always on YouTube Transcript by AE Studio è un'estensione di Chrome sviluppata da Agency Enterprise, e la sua funzione principale è "Automatically enable the YouTube Transcript for every video.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Always on YouTube Transcript by AE Studio

Scarica i file di estensione Always on YouTube Transcript by AE Studio 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

                        Save yourself time and quickly view video transcripts. Skip to the good part, or read along with the video.

Made with ♥ by ae.studio
Same Day Skunkworks Division                    

Informazioni di Base sull'Estensione

Nome Always on YouTube Transcript by AE Studio Always on YouTube Transcript by AE Studio
ID gddocmkkimanfmjeendhohpofefkcaln
URL Ufficiale https://chrome.google.com/webstore/detail/always-on-youtube-transcr/gddocmkkimanfmjeendhohpofefkcaln
Descrizione Automatically enable the YouTube Transcript for every video.
Dimensione del File 7.99 KB
Conteggio Installazioni 72
Versione Corrente 1.1
Ultimo Aggiornamento 2023-01-10
Data di Pubblicazione 2022-03-23
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Agency Enterprise
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ae.studio
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always on YouTube Transcript by AE Studio",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Automatically enable the YouTube Transcript for every video.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    }
}