YouTube Turbo Button

Sets the video playback speed to a specified amount.

YouTube Turbo Button란 무엇입니까?

YouTube Turbo Button은(는) https://systemcluster.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets the video playback speed to a specified amount."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouTube Turbo Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.                    

확장 프로그램 기본 정보

이름 YouTube Turbo Button YouTube Turbo Button
ID bonbclphagmhlcpiahpimimkbmlamenc
공식 URL https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc
설명 Sets the video playback speed to a specified amount.
파일 크기 31.05 KB
설치 횟수 2,234
현재 버전 0.1.4
최근 업데이트 2019-09-30
출시 날짜 2019-09-29
평점 5.00/5 총 3 개의 평점
개발자 https://systemcluster.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Systemcluster/youtube-turbo-button
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Turbo Button",
    "short_name": "YT Turbo Button",
    "description": "Sets the video playback speed to a specified amount.",
    "version": "0.1.4",
    "author": "Christian Sdunek",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "48": "chrome\/skin\/icon48.png",
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "chrome\/skin\/icon48.png",
            "64": "chrome\/skin\/icon64.png",
            "128": "chrome\/skin\/icon128.png",
            "256": "chrome\/skin\/icon256.png"
        }
    },
    "permissions": [
        "*:\/\/*.youtube.com\/",
        "activeTab",
        "storage",
        "contextMenus"
    ]
}