Cupcloud PlugIn

Cupcloud PlugIn

Catch the all URL of this window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Catch the all URL of this window",
  "background": {
    "page": "bg.html"
  },
  "name": "Cupcloud PlugIn",
  "permissions": [
    "tabs",
    "unlimitedStorage"
  ],
  "manifest_version": 2,
  "version": "1.1"
}