Expander for YouTube

This plugin implements the possibility to control size of YouTube's player

Expander for YouTube là gì?

Expander for YouTube là một tiện ích mở rộng Chrome được phát triển bởi KhAS, và tính năng chính của nó là "This plugin implements the possibility to control size of YouTube's player".

Ả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 Expander for YouTube

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

                        This plugin allows you to easily change the size of the video in Youtube, even using the mouse wheel. When switching between video video size remains constant.

Этот плагин позволяет вам легко изменять размер видео в Youtube, используя даже колесо мыши. При переходе между видеозаписями размер видео остается постоянным.                    

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

Tên Expander for YouTube Expander for YouTube
ID chajepccdlakdepgeiegefbemmpaogdo
URL Chính Thức https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo
Mô tả This plugin implements the possibility to control size of YouTube's player
Kích Thước Tệp 51.98 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.12
Cập Nhật Lần Cuối 2013-08-26
Ngày Phát Hành 2013-08-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển KhAS
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This plugin implements the possibility to control size of YouTube's player",
    "name": "Expander for YouTube",
    "version": "0.12",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/logo128.png",
        "48": "icons\/logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.mousewheel.js",
                "jquery.hashchange.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}