YouTube Speed Slider

YouTube Speed Slider provides variable playback speed, screen darkening and more!

YouTube Speed Slider란 무엇입니까?

YouTube Speed Slider은(는) iamunstoppable에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Speed Slider provides variable playback speed, screen darkening and more!"입니다.

확장 프로그램 스크린샷

screenshot

YouTube Speed Slider 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube Speed Slider Chrome Extension

Status: free 
Grab your copy today

If you utilize YouTube, I believe you will love YouTube Speed Slider.

Change the speed at which you view any video
- By the top right browser icon 
- Or directly in the YouTube screen 

Darken the screen 
- For a more enjoyable distraction free experience 

Optionally one click inject jQuery into the page 
- All sorts of fun reasons 
- Customizing further, example provided 

Saves your resources 
- Intentionally only runs on youtube.com 
- Does not share, view or use your data 

Please remember to:
1. create a profile to provide an awesome rating

2. share with friends, family & social networks

This is a huge help and makes all the work worth it.

Thank you and I hope you enjoy!
YouTube Speed Slider                    

확장 프로그램 기본 정보

이름 YouTube Speed Slider YouTube Speed Slider
ID pocjaofjjbjnpmfkkaonmfhpinpgkfco
공식 URL https://chrome.google.com/webstore/detail/youtube-speed-slider/pocjaofjjbjnpmfkkaonmfhpinpgkfco
설명 YouTube Speed Slider provides variable playback speed, screen darkening and more!
파일 크기 91.82 KB
설치 횟수 870
현재 버전 0.0.2
최근 업데이트 2016-07-28
출시 날짜 2016-07-28
평점 3.81/5 총 37 개의 평점
개발자 iamunstoppable
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Speed Slider",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "YouTube Speed Slider provides variable playback speed, screen darkening and more!",
    "icons": {
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "38": "icons\/38x38.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "YouTube Speed Slider",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}