Always on YouTube Transcript by AE Studio

Automatically enable the YouTube Transcript for every video.

What is Always on YouTube Transcript by AE Studio?

Always on YouTube Transcript by AE Studio is a Chrome extension developed by Agency Enterprise, and its main feature is "Automatically enable the YouTube Transcript for every video.".

Extension Screenshots

screenshot

Download Always on YouTube Transcript by AE Studio Extension CRX File

Download Always on YouTube Transcript by AE Studio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Always on YouTube Transcript by AE Studio Always on YouTube Transcript by AE Studio
ID gddocmkkimanfmjeendhohpofefkcaln
Official URL https://chrome.google.com/webstore/detail/always-on-youtube-transcr/gddocmkkimanfmjeendhohpofefkcaln
Description Automatically enable the YouTube Transcript for every video.
File Size 7.99 KB
Installation Count 72
Current Version 1.1
Last Updated 2023-01-10
Publish Date 2022-03-23
Rating 4.00/5 Total 4 Ratings
Developer Agency Enterprise
Email [email protected]
Payment Type free
Extension Website https://ae.studio
Supported Languages 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"
    }
}