Always on YouTube Transcript by AE Studio

Automatically enable the YouTube Transcript for every video.

Co to jest Always on YouTube Transcript by AE Studio?

Always on YouTube Transcript by AE Studio to rozszerzenie Chrome opracowane przez Agency Enterprise, a jego główną funkcją jest „Automatically enable the YouTube Transcript for every video.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Always on YouTube Transcript by AE Studio

Pobierz pliki rozszerzeń Always on YouTube Transcript by AE Studio 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Always on YouTube Transcript by AE Studio Always on YouTube Transcript by AE Studio
ID gddocmkkimanfmjeendhohpofefkcaln
Oficjalny URL https://chrome.google.com/webstore/detail/always-on-youtube-transcr/gddocmkkimanfmjeendhohpofefkcaln
Opis Automatically enable the YouTube Transcript for every video.
Rozmiar pliku 7.99 KB
Liczba instalacji 72
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-01-10
Data Publikacji 2022-03-23
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Agency Enterprise
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ae.studio
Obsługiwane Języki 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"
    }
}