Mubi Score Firefox

Examine source code of Mubi Score

제작자: Gergely Imreh
Inspect and view changes in Mubi Score source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Mubi Score",
  "version": "0.5.2",
  "author": "Gergely Imreh",
  "developer": {
    "name": "Gergely Imreh",
    "url": "https://github.com/imrehg/mubiscore"
  },
  "description": "Add movie scores to Mubi's Now Showing page.",
  "permissions": [
    "storage",
    "https://www.omdbapi.com/"
  ],
  "icons": {
    "16": "icons/mubiscore16.png",
    "48": "icons/mubiscore48.png",
    "128": "icons/mubiscore128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/mubiscore16.png",
      "48": "icons/mubiscore48.png",
      "128": "icons/mubiscore128.png"
    },
    "default_title": "MubiScore",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "mubiscore@imreh.net",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://mubi.com/showing",
        "https://mubi.com/*/showing"
      ],
      "run_at": "document_idle",
      "css": [
        "content.css"
      ],
      "js": [
        "browser-polyfill.js",
        "contentScript.js"
      ]
    }
  ],
  "manifest_version": 2
}

최고의 Mubi Score 대안

다음은 Mubi Score과(와) 유사한 Firefox add-on입니다: