Media Player for YouTube™

Simple, yet elegant player for YouTube

Media Player for YouTube™ là gì?

Media Player for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Benni, và tính năng chính của nó là "Simple, yet elegant player for YouTube".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Media Player for YouTube™

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

                        Media Player for YouTube™ is an open-source project that aims to enhance the overall YouTube experience by providing the end-user with more control on what the playback process is concerned.

Important Features:
1. Set preferred video playback volume for all videos
2. Control auto-play behavior of the YouTube player
3. Loop a single video in the playlist
4. Loop all videos in the playlist
5. Change video player theme
6. Store videos history (see options page)
7. Integrated with your YouTube account playlist (see options page)                    

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

Tên Media Player for YouTube™ Media Player for YouTube™
ID moebmmkeehmohghiialcoemcmebekbap
URL Chính Thức https://chromewebstore.google.com/detail/media-player-for-youtube/moebmmkeehmohghiialcoemcmebekbap
Mô tả Simple, yet elegant player for YouTube
Kích Thước Tệp 97.41 KB
Số Lần Cài Đặt 5,369
Phiên Bản Hiện Tại 0.3.6
Cập Nhật Lần Cuối 2017-01-01
Ngày Phát Hành 2016-12-31
Đánh Giá 3.61/5 Tổng số 49 Đánh Giá
Nhà Phát Triển Benni
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://add0n.com/media-player.html
URL Trang Trợ Giúp http://add0n.com/media-player.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.6",
    "manifest_version": 2,
    "short_name": "iyplayer",
    "name": "Media Player for YouTube\u2122",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Simple, yet elegant player for YouTube",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "browser_action": {
        "default_icon": "data\/icon16.png",
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Media Player for YouTube\u2122"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "http:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "64": "data\/icon64.png",
        "128": "data\/icon128.png"
    }
}