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
官方網址 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"
        ]
    }
}