Vevue
See video reviews uploaded by users of google places
Vevue क्या है?
Vevue https://vevue.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See video reviews uploaded by users of google places"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vevue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } ] } |