Media Player for YouTube™

Simple, yet elegant player for YouTube

什么是Media Player for YouTube™?

Media Player for YouTube™是由Benni开发的Chrome扩展程序,该扩展的主要功能是“Simple, yet elegant player for YouTube”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Media Player for YouTube™扩展crx文件

下载Media Player for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Media Player for YouTube™ Media Player for YouTube™
ID moebmmkeehmohghiialcoemcmebekbap
官方URL https://chromewebstore.google.com/detail/media-player-for-youtube/moebmmkeehmohghiialcoemcmebekbap
简介 Simple, yet elegant player for YouTube
文件大小 97.41 KB
安装次数 5,369
当前版本 0.3.6
更新时间 2017-01-01
上架时间 2016-12-31
评分 3.61/5 共49次评分
开发者 Benni
电子邮箱 benni.es@yahoo.com
付费类型 free
扩展官网 http://add0n.com/media-player.html
帮助页面URL http://add0n.com/media-player.html
支持的语言 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"
    }
}