Vevue
See video reviews uploaded by users of google places
ما هو Vevue؟
Vevue هو إضافة Chrome تم تطويرها بواسطة https://vevue.com، والميزة الرئيسية لها هي "See video reviews uploaded by users of google places".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vevue
قم بتنزيل ملفات الامتداد Vevue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } ] } |