MP3 Snap Firefox

Examine source code of MP3 Snap

By: Jaeley
Inspect and view changes in MP3 Snap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.2resigned1",
  "manifest_version": 2,
  "name": "MP3 Snap",
  "short_name": "MP3-Snap",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "downloads",
    "contextMenus"
  ],
  "description": "Quickly convert and download streaming audio as MP3.",
  "page_action": {
    "default_title": "MP3 Snap",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "exclude_globs": [
        "*://*.youtube.*/*"
      ],
      "js": [
        "data/content_script/inject.js"
      ]
    },
    {
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "data/content_script/page.js"
      ],
      "exclude_globs": [
        "*://*.youtube.*/*"
      ],
      "css": [
        "data/content_script/page.css"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{889d714d-fc35-4d05-a1d1-2788a109f322}"
    }
  }
}

Best MP3 Snap Alternatives

Here are some Firefox add-ons that are similar to MP3 Snap: