Download from Google Docs w/o its Javascript

Download from Google Docs w/o its Javascript

Makes Google Docs files download-able without running Google's non-free code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "LibreJS Google Docs",
  "version": "1.2resigned1",
  "author": "Nathan Nichols",
  "id": "[email protected]",
  "description": "Download from Google Docs with LibreJS enabled.",
  "icons": {
    "16": "icons/L4Libre.png",
    "48": "icons/L4Libre48.png",
    "128": "icons/L4Libre128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://docs.google.com/*"
      ],
      "js": [
        "google_drive.js"
      ]
    }
  ]
}