Media Player for YouTube™

Simple, yet elegant player for YouTube

What is Media Player for YouTube™?

Media Player for YouTube™ is a Chrome extension developed by Benni, and its main feature is "Simple, yet elegant player for YouTube".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Media Player for YouTube™ Extension CRX File

Download Media Player for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Media Player for YouTube™ Media Player for YouTube™
ID moebmmkeehmohghiialcoemcmebekbap
Official URL https://chromewebstore.google.com/detail/media-player-for-youtube/moebmmkeehmohghiialcoemcmebekbap
Description Simple, yet elegant player for YouTube
File Size 97.41 KB
Installation Count 5,369
Current Version 0.3.6
Last Updated 2017-01-01
Publish Date 2016-12-31
Rating 3.61/5 Total 49 Ratings
Developer Benni
Email [email protected]
Payment Type free
Extension Website http://add0n.com/media-player.html
Help Page URL http://add0n.com/media-player.html
Supported Languages 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"
    }
}