VSC - Video Speed Controller

Speed control for any html5 video player: speed up, slow down, rewind ...

什麼是VSC - Video Speed Controller?

VSC - Video Speed Controller是由nikkolaevrom開發的Chrome擴展程式,該擴展的主要功能是“Speed control for any html5 video player: speed up, slow down, rewind ...”。

擴展截圖

screenshot
screenshot
screenshot

下載VSC - Video Speed Controller擴展crx文件

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

擴展使用說明

                        VSC - Video Speed Controller is a very handy product with which you can make cool videos in different formats. This product has already been used by millions of our users and they are very satisfied with our product. This extension is multifunctional. Also, VSC - Video Speed Controller does not ask you for your personal data or any information about you. The essence of the product is that it is an editor for your video, you can slow down, rewind, speed up and so on. All of these factors will make your video much brighter and cooler. Download VSC - Video Speed Controller and start creating.                    

擴展基本資訊

名稱 VSC - Video Speed Controller VSC - Video Speed Controller
ID khemaigjecfepmjpbdjnmiacjpbbkgoj
官方網址 https://chrome.google.com/webstore/detail/vsc-video-speed-controlle/khemaigjecfepmjpbdjnmiacjpbbkgoj
簡介 Speed control for any html5 video player: speed up, slow down, rewind ...
檔案大小 230 KB
安裝次數 77
目前版本 1.0.1
更新時間 2021-12-19
上架時間 2021-09-08
評分 5.00/5 共 1 次評分
開發者 nikkolaevrom
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/pic\/icon.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/worker\/index.js"
        ]
    },
    "options_page": "\/option\/index.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Speed control for any html5 video player: speed up, slow down, rewind ...",
    "browser_action": {
        "default_icon": "\/pic\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/inject\/style\/basic.css",
                "\/inject\/style\/platform.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "\/lib\/jq.min.js",
                "\/inject\/script\/synodal.js",
                "\/inject\/script\/abUsable.js",
                "\/inject\/script\/t_rispinose.js",
                "\/inject\/script\/pseudoscopy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "\/inject\/**"
    ],
    "version": "1.0.1"
}