Showyou

Share videos on Showyou.

What is Showyou?

Showyou is a Chrome extension developed by http://showyou.com, and its main feature is "Share videos on Showyou.".

Extension Screenshots

screenshot

Download Showyou Extension CRX File

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

                        All the videos your friends share in one place. On your iPad, iPhone and the Web. Use this extension to easily share videos you find around the web on Showyou.                    

Extension Basic Information

Name Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
Official URL https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
Description Share videos on Showyou.
File Size 118 KB
Installation Count 56
Current Version 1.6
Last Updated 2014-02-10
Publish Date 2014-02-10
Rating 5.00/5 Total 4 Ratings
Developer http://showyou.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showyou",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Share videos on Showyou.",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/uri.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}