Youplay

Autoplay youtube video on mouse over

What is Youplay?

Youplay is a Chrome extension developed by sarathisahoo, and its main feature is "Autoplay youtube video on mouse over".

Extension Screenshots

Download Youplay Extension CRX File

Download Youplay 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

                        With this chrome extension you can preview play any youtube video on mouse over with low quality. SO before opening any video you can preview it with low quality just hovering the mouse.

Just go to youtube.com and start hovering mouse to preview videos.                    

Extension Basic Information

Name Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
Official URL https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Description Autoplay youtube video on mouse over
File Size 43.07 KB
Installation Count 180
Current Version 1.5
Last Updated 2016-08-13
Publish Date 2016-08-13
Rating 2.63/5 Total 8 Ratings
Developer sarathisahoo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "name": "Youplay",
    "version": "1.5",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*"
    ],
    "minimum_chrome_version": "23",
    "description": "Autoplay youtube video on mouse over",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Youplay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "\/images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "script.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "css": [],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}