Imdb Watchlist Random Picker Firefox

Examine source code of Imdb Watchlist Random Picker

Inspect and view changes in Imdb Watchlist Random Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Imdb Watchlist Random Movie Generator",
  "version": "1.0",
  "description": "Chrome extension that generates a random movie from the imdb user's watchlist.",
  "page_action": {
    "default_icon": {
      "16": "thirdParty/icon16.png",
      "32": "thirdParty/icon32.png"
    }
  },
  "icons": {
    "16": "thirdParty/icon16.png",
    "32": "thirdParty/icon32.png",
    "48": "thirdParty/icon48.png",
    "128": "thirdParty/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.imdb.com/user/*/watchlist*"
      ],
      "all_frames": true,
      "js": [
        "generate.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7ff8b73-6a14-4a3e-8989-0f4c4feca417}"
    }
  }
}

Best Imdb Watchlist Random Picker Alternatives

Here are some Firefox add-ons that are similar to Imdb Watchlist Random Picker: