Faster videos

Lets you play youtube video at 3x and 4x speed

Faster videos là gì?

Faster videos là một tiện ích mở rộng Chrome được phát triển bởi Xavi, và tính năng chính của nó là "Lets you play youtube video at 3x and 4x speed".

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

Tải xuống các tệp mở rộng Faster videos 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

                        Ever wished you could watch videos at 3 or 4 times the speed?  Well now you can with this new amazing chrome plugin.  Get hyped for even faster PewDiePie and 100% more cat video.  This is the closest thing to that super-fast-learn-thingy in the Matrix.                    

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

Tên Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
URL Chính Thức https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Mô tả Lets you play youtube video at 3x and 4x speed
Kích Thước Tệp 20 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-12-27
Ngày Phát Hành 2017-12-27
Nhà Phát Triển Xavi
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",
    "manifest_version": 2,
    "name": "Faster videos",
    "description": "Lets you play youtube video at 3x and 4x speed",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugin.js"
            ],
            "run_at": "document_end"
        }
    ]
}