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”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } ] } |