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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}