Always on YouTube Transcript by AE Studio

Automatically enable the YouTube Transcript for every video.

什麼是Always on YouTube Transcript by AE Studio?

Always on YouTube Transcript by AE Studio是由Agency Enterprise開發的Chrome擴展程式,該擴展的主要功能是“Automatically enable the YouTube Transcript for every video.”。

擴展截圖

screenshot

下載Always on YouTube Transcript by AE Studio擴展crx文件

下載Always on YouTube Transcript by AE Studio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Always on YouTube Transcript by AE Studio Always on YouTube Transcript by AE Studio
ID gddocmkkimanfmjeendhohpofefkcaln
官方網址 https://chrome.google.com/webstore/detail/always-on-youtube-transcr/gddocmkkimanfmjeendhohpofefkcaln
簡介 Automatically enable the YouTube Transcript for every video.
檔案大小 7.99 KB
安裝次數 72
目前版本 1.1
更新時間 2023-01-10
上架時間 2022-03-23
評分 4.00/5 共 4 次評分
開發者 Agency Enterprise
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ae.studio
支援的語言 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"
    }
}