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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Vevue

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
        }
    ]
}