Vevue

See video reviews uploaded by users of google places

Vevueとは何ですか?

Vevueはhttps://vevue.comによって開発されたChromeの拡張機能で、その主な機能は「See video reviews uploaded by users of google places」です。

拡張機能のスクリーンショット

screenshot

Vevue拡張機能のCRXファイルをダウンロード

Vevue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Leave nothing in your world undiscovered. Sharing is caring and we've set out to prove it. Vevue lets you instantly record 30 second video reviews wherever you are...lounging at the beach, hanging at the local watering hole or catching a snooze at a Russian bath.

Give your friends and everyone else a glimpse into your world and your lens. 

Be the first to Vevue your community!

Video reviews seen throughout Google+ Local.

Download the App;
https://play.google.com/store/apps/details?id=com.vevues                    

拡張機能の基本情報

名前 Vevue Vevue
ID lpajfgbbghmckmgemicjlajifbgfhejf
公式URL https://chromewebstore.google.com/detail/vevue/lpajfgbbghmckmgemicjlajifbgfhejf
説明 See video reviews uploaded by users of google places
ファイルサイズ 57.87 KB
インストール数 23
現在のバージョン 1.4
最終更新日 2013-06-21
公開日 2013-06-21
評価 5.00/5 合計 4 レビュー
開発者 https://vevue.com
支払い方法 free
拡張機能のウェブサイト https://play.google.com/store/apps/details?id=com.vevues
ヘルプページのURL https://play.google.com/store/apps/details?id=com.vevues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vevue",
    "version": "1.4",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/plus.google.com\/*",
        "https:\/\/gdata.youtube.com\/*",
        "http:\/\/gdata.youtube.com\/*",
        "http:\/\/vevue.com\/webservice\/*",
        "http:\/\/img.youtube.com\/*"
    ],
    "description": "See video reviews uploaded by users of google places",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "vevue.js"
            ],
            "run_at": "document_end"
        }
    ]
}