Youtube Video Speed UP!

Control Youtube Video Speed or any video that probably able to control, give it a try!

什麼是Youtube Video Speed UP!?

Youtube Video Speed UP!是由xinxinz9999開發的Chrome擴展程式,該擴展的主要功能是“Control Youtube Video Speed or any video that probably able to control, give it a try!”。

擴展截圖

screenshot

下載Youtube Video Speed UP!擴展crx文件

下載Youtube Video Speed UP!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Control Youtube Video Speed or any video that probably able to control.
Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.)
Slow Down from 0.01 to 1.                    

擴展基本資訊

名稱 Youtube Video Speed UP! Youtube Video Speed UP!
ID jdcgdehghfameefmeembbbajjkimigpe
官方網址 https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe
簡介 Control Youtube Video Speed or any video that probably able to control, give it a try!
檔案大小 12.61 KB
安裝次數 221
目前版本 0.0.0.1
更新時間 2021-09-30
上架時間 2021-09-30
評分 5.00/5 共 3 次評分
開發者 xinxinz9999
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Speed UP!",
    "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "author": "XINXIN ZHAO",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "icons": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}