Hoverzoom Plus for Youtube videos

Easily view Youtube videos without loading another page by hovering over the links.

What is Hoverzoom Plus for Youtube videos?

Hoverzoom Plus for Youtube videos is a Chrome extension developed by https://www.apptic.me, and its main feature is "Easily view Youtube videos without loading another page by hovering over the links.".

Extension Screenshots

screenshot

Download Hoverzoom Plus for Youtube videos Extension CRX File

Download Hoverzoom Plus for Youtube videos 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

                        View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page?

Demo: https://www.apptic.me/projects/hoverzoom/                    

Extension Basic Information

Name Hoverzoom Plus for Youtube videos Hoverzoom Plus for Youtube videos
ID himebmdddlbemclikfplacbnmjgomlkk
Official URL https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk
Description Easily view Youtube videos without loading another page by hovering over the links.
File Size 48.37 KB
Installation Count 713
Current Version 1.0.2
Last Updated 2014-06-09
Publish Date 2014-06-09
Rating 3.92/5 Total 13 Ratings
Developer https://www.apptic.me
Email [email protected]
Payment Type free
Extension Website https://www.apptic.me/projects/hoverzoom/
Help Page URL https://www.apptic.me/contact.php
Privacy Policy Page URL https://www.apptic.me/privacy.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoverzoom Plus for Youtube videos",
    "short_name": "Hoverzoom for Youtube",
    "description": "Easily view Youtube videos without loading another page by hovering over the links.",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}