EZ-VIEW

EZ-VIEW

This extension shows information of links and embed media for the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EZ-VIEW",
  "description": "This extension shows information of links and embed media for the current page",
  "version": "1.0",
  "browser_action": {
    "default_icon": "static/icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}