New Speed: Change the speed of ANY video

Change video speed on any videos including YouTube, HTML5, Vimeo, and more!

New Speed: Change the speed of ANY video란 무엇입니까?

New Speed: Change the speed of ANY video은(는) garrrettt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

New Speed: Change the speed of ANY video 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to see that sports clip in slow motion? Want to fast forward through a boring lecture?

New Speed empowers you to change the speed of ANY video on ANY website including your professor's random videos! New Speed lets you change the precise speed of a video, not just the defaults provided on YouTube.

Give it a try! It's free! All feedback is welcome!

Check out the source code here: https://github.com/garrrettt/new-speed                    

확장 프로그램 기본 정보

이름 New Speed: Change the speed of ANY video New Speed: Change the speed of ANY video
ID cfolgdebpckafpglfoophadcpgnkpkcf
공식 URL https://chrome.google.com/webstore/detail/new-speed-change-the-spee/cfolgdebpckafpglfoophadcpgnkpkcf
설명 Change video speed on any videos including YouTube, HTML5, Vimeo, and more!
파일 크기 36.35 KB
설치 횟수 653
현재 버전 1.0.0
최근 업데이트 2019-11-02
출시 날짜 2019-11-02
평점 5.00/5 총 5 개의 평점
개발자 garrrettt
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Speed: Change the speed of ANY video",
    "icons": {
        "16": "icons\/new_speed_icon_16.png",
        "32": "icons\/new_speed_icon_32.png",
        "48": "icons\/new_speed_icon_48.png",
        "96": "icons\/new_speed_icon_96.png",
        "128": "icons\/new_speed_icon_128.png"
    },
    "version": "1.0.0",
    "description": "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}