Auto Adjusting for Youtube

Adjust Youtube video quality and make player wide automatically

Auto Adjusting for Youtube là gì?

Auto Adjusting for Youtube là một tiện ích mở rộng Chrome được phát triển bởi Mingc, và tính năng chính của nó là "Adjust Youtube video quality and make player wide automatically".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Adjusting for Youtube

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

                        Just keep it simple and clean.

No Ad injection!
NEVER track you!                    

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

Tên Auto Adjusting for Youtube Auto Adjusting for Youtube
ID lhobbnhfgailbhfjahkkiepjekgllmej
URL Chính Thức https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej
Mô tả Adjust Youtube video quality and make player wide automatically
Kích Thước Tệp 13.69 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2013-12-07
Ngày Phát Hành 2013-12-07
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Mingc
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://[email protected]
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Adjusting for Youtube",
    "short_name": "AA for Youtube",
    "description": "Adjust Youtube video quality and make player wide automatically",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "storage"
    ]
}