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"
        ]
    }
}