YouTube Speed Slider

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

YouTube Speed Slider là gì?

YouTube Speed Slider là một tiện ích mở rộng Chrome được phát triển bởi iamunstoppable, và tính năng chính của nó là "YouTube Speed Slider provides variable playback speed, screen darkening and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Speed Slider

Tải xuống các tệp mở rộng YouTube Speed Slider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Speed Slider YouTube Speed Slider
ID pocjaofjjbjnpmfkkaonmfhpinpgkfco
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-speed-slider/pocjaofjjbjnpmfkkaonmfhpinpgkfco
Mô tả YouTube Speed Slider provides variable playback speed, screen darkening and more!
Kích Thước Tệp 91.82 KB
Số Lần Cài Đặt 870
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-07-28
Ngày Phát Hành 2016-07-28
Đánh Giá 3.81/5 Tổng số 37 Đánh Giá
Nhà Phát Triển iamunstoppable
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}