Vevue

Vevue

See video reviews uploaded by users of google places

Merlin
Additional files are visible only to premium users

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"
    }
  ]
}