Vevue

See video reviews uploaded by users of google places

Cos'è Vevue?

Vevue è un'estensione di Chrome sviluppata da https://vevue.com, e la sua funzione principale è "See video reviews uploaded by users of google places".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vevue

Scarica i file di estensione Vevue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Vevue Vevue
ID lpajfgbbghmckmgemicjlajifbgfhejf
URL Ufficiale https://chromewebstore.google.com/detail/vevue/lpajfgbbghmckmgemicjlajifbgfhejf
Descrizione See video reviews uploaded by users of google places
Dimensione del File 57.87 KB
Conteggio Installazioni 23
Versione Corrente 1.4
Ultimo Aggiornamento 2013-06-21
Data di Pubblicazione 2013-06-21
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://vevue.com
Tipo di Pagamento free
Sito Web dell'Estensione https://play.google.com/store/apps/details?id=com.vevues
URL della Pagina di Aiuto https://play.google.com/store/apps/details?id=com.vevues
Lingue Supportate 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"
        }
    ]
}