Examine source code of Cloud Storage Direct Links

Inspect and view changes in Cloud Storage Direct Links 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cloud Storage Direct Links",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery-ui.js",
      "jquery-1.12.4.js",
      "sortable.js",
      "loading.js",
      "saving.js"
    ]
  },
  "version": "4.4",
  "description": "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.",
  "icons": {
    "128": "icon1.png"
  },
  "browser_action": {
    "default_icon": "icon2.png",
    "default_popup": "popup.html"
  }
}