100 Subtitles In One Minute

Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)

什麼是100 Subtitles In One Minute?

100 Subtitles In One Minute是由100subtitlesin1min開發的Chrome擴展程式,該擴展的主要功能是“Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載100 Subtitles In One Minute擴展crx文件

下載100 Subtitles In One Minute擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Help people adding many subtitles to their Youtube videos automatically.

Now the Extention works only with VidIQ!

Contact [email protected] for queries                    

擴展基本資訊

名稱 100 Subtitles In One Minute 100 Subtitles In One Minute
ID jlkonphdbkcnnkjlaefgmfododjkkeng
官方網址 https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng
簡介 Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
檔案大小 33.19 KB
安裝次數 83
目前版本 2.5
更新時間 2023-11-17
上架時間 2022-06-09
評分 5.00/5 共 2 次評分
開發者 100subtitlesin1min
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://100subtitles.com/
說明頁面URL https://100subtitles.com/support/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "100 Subtitles In One Minute",
    "version": "2.5",
    "description": "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "js": [
                "ExtPay.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}