Let's Get! Firefox

Examine source code of Let's Get!

Inspect and view changes in Let's Get! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Let's Get!",
  "author": "Noah Shanaberger",
  "description": "Download those pesky raw files on Github!",
  "manifest_version": 2,
  "version": "0.0.8",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    },
    {
      "matches": [
        "*://gist.github.com/*"
      ],
      "js": [
        "gist_content_script.js"
      ]
    }
  ],
  "permissions": [
    "downloads",
    "storage",
    "tabs",
    "*://github.com/*",
    "*://gist.github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8129971f-42ae-4350-b191-b2ff190437c0}"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}

Best Let's Get! Alternatives

Here are some Firefox add-ons that are similar to Let's Get!: