IMDb Watch Button Firefox

Examine source code of IMDb Watch Button

제작자: IMDB Watch Button
Inspect and view changes in IMDb Watch Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "IMDb Watch Button",
  "version": "1.0.0",
  "description": "Adds a Watch button to IMDb title pages linking to the matching PlayIMDb page.",
  "content_scripts": [
    {
      "matches": [
        "https://www.imdb.com/title/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://www.imdb.com/title/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@imdb-watch-button",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

최고의 IMDb Watch Button 대안

다음은 IMDb Watch Button과(와) 유사한 Firefox add-on입니다: