Showyou

Share videos on Showyou.

什么是Showyou?

Showyou是由http://showyou.com开发的Chrome扩展程序,该扩展的主要功能是“Share videos on Showyou.”。

扩展截图

screenshot

下载Showyou扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
官方URL https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
简介 Share videos on Showyou.
文件大小 118 KB
安装次数 56
当前版本 1.6
更新时间 2014-02-10
上架时间 2014-02-10
评分 5.00/5 共4次评分
开发者 http://showyou.com
付费类型 free
支持的语言 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"
        ]
    }
}