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