2x Speed

Change video speed on the web page to 2x speed

2x Speed란 무엇입니까?

2x Speed은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change video speed on the web page to 2x speed"입니다.

확장 프로그램 스크린샷

screenshot

2x Speed 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When this extension is clicked, this extension doubles the playback speed of the video in the page.                    

확장 프로그램 기본 정보

이름 2x Speed 2x Speed
ID olomblpgcmhcgpijaioadbecpidmmdmb
공식 URL https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb
설명 Change video speed on the web page to 2x speed
파일 크기 37.39 KB
설치 횟수 1,652
현재 버전 0.0.1
최근 업데이트 2019-07-18
출시 날짜 2019-07-17
평점 3.75/5 총 4 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/redshoga/2x-video-extension
도움말 페이지 URL https://github.com/redshoga/2x-video-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2x Speed",
    "version": "0.0.1",
    "description": "Change video speed on the web page to 2x speed",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}