Video Speed And Sound Hotkeys

Use your keyboard to adjust video speed and sound.

什麼是Video Speed And Sound Hotkeys?

Video Speed And Sound Hotkeys是由wma開發的Chrome擴展程式,該擴展的主要功能是“Use your keyboard to adjust video speed and sound.”。

擴展截圖

screenshot

下載Video Speed And Sound Hotkeys擴展crx文件

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

擴展使用說明

                        If you would like an easy way to control video speed and sound, this extension is for you. Instead of relying on websites to provide you with the functionality you want, this ensures that you will always be able to speed up, seek forward, and change the volume on the videos you watch.

The extension has been optimized to be both lightweight and subtle. This means that it will always be ready to go when you need it, while remaining hidden and using minimal resources when you don't.

Just give it a try - it's free!                    

擴展基本資訊

名稱 Video Speed And Sound Hotkeys Video Speed And Sound Hotkeys
ID lnjhdnilfpflonafjbdjbeplcipgfmon
官方網址 https://chromewebstore.google.com/detail/video-speed-and-sound-hot/lnjhdnilfpflonafjbdjbeplcipgfmon
簡介 Use your keyboard to adjust video speed and sound.
檔案大小 23.02 KB
安裝次數 30
目前版本 1.0.4
更新時間 2021-03-04
上架時間 2021-02-22
評分 5.00/5 共 1 次評分
開發者 wma
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed And Sound Hotkeys",
    "description": "Use your keyboard to adjust video speed and sound.",
    "version": "1.0.4",
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "48": "Icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "hourglass.png",
        "volume-on.png",
        "volume-off.png"
    ]
}