Examine source code of Media Library URL Grabber

Inspect and view changes in Media Library URL Grabber source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Media Library URL Grabber",
  "author": "ApplianSys",
  "description": "Send Video URLs to Media Library for downloading.",
  "version": "0.5resigned1",
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    "icon.png"
  ],
  "browser_action": {
    "default_title": "Send to Media Library",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{679a9a63-1871-4c9c-99b0-f76f3ac71f62}"
    }
  }
}