SpeedVid Video Media Controller

Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.

SpeedVid Video Media Controllerとは何ですか?

SpeedVid Video Media ControllerはSebastien Biolloによって開発されたChromeの拡張機能で、その主な機能は「Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.」です。

拡張機能のスクリーンショット

screenshot

SpeedVid Video Media Controller拡張機能のCRXファイルをダウンロード

SpeedVid Video Media Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Detect every video in the website in real time, and moves to the position of the selected video. 

You can slow down, speed up, change the volume, moving forward or backward of 30 seconds, or directly change the playback position of any video.                    

拡張機能の基本情報

名前 SpeedVid Video Media Controller SpeedVid Video Media Controller
ID lblfpakbeohclpeccopbeochbldjcohb
公式URL https://chrome.google.com/webstore/detail/speedvid-video-media-cont/lblfpakbeohclpeccopbeochbldjcohb
説明 Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.
ファイルサイズ 148 KB
インストール数 97
現在のバージョン 0.3.2
最終更新日 2020-03-20
公開日 2020-03-18
評価 4.00/5 合計 1 レビュー
開発者 Sebastien Biollo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/0x5eba/SpeedVid
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeedVid Video Media Controller",
    "short_name": "SpeedVid",
    "version": "0.3.2",
    "manifest_version": 2,
    "description": "Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.",
    "homepage_url": "https:\/\/github.com\/0x5eba\/SpeedVid",
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "SpeedVid",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}