Letterboxd & IMDb Integration Firefox

Examine source code of Letterboxd & IMDb Integration

Inspect and view changes in Letterboxd & IMDb Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.5.9",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "developer": {
    "name": "Bayram EREN",
    "url": "https://github.com/3ayram"
  },
  "homepage_url": "https://github.com/3ayram/",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "permissions": [
    "menus",
    "storage",
    "activeTab",
    "tabs",
    "*://*.imdb.com/*",
    "*://www.omdbapi.com/*",
    "*://*.netflix.com/*",
    "*://play.hbomax.com/*",
    "*://*.max.com/*",
    "*://*.primevideo.com/*",
    "*://*.mubi.com/*",
    "*://*.disneyplus.com/*",
    "*://tv.apple.com/*",
    "*://api.themoviedb.org/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://letterboxd.com/film/*",
        "https://www.letterboxd.com/film/*"
      ],
      "css": [
        "letterboxd.css"
      ],
      "js": [
        "letterboxd.js"
      ]
    },
    {
      "matches": [
        "*://*.imdb.com/title/*",
        "*://*.imdb.com/name/*"
      ],
      "css": [
        "imdb.css"
      ],
      "js": [
        "imdb.js"
      ]
    },
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "netflix.js"
      ]
    },
    {
      "matches": [
        "*://play.hbomax.com/*",
        "*://*.max.com/*"
      ],
      "js": [
        "hbomax.js"
      ]
    },
    {
      "matches": [
        "*://*.primevideo.com/*"
      ],
      "js": [
        "primevideo.js"
      ]
    },
    {
      "matches": [
        "*://*.mubi.com/*"
      ],
      "js": [
        "mubi.js"
      ]
    },
    {
      "matches": [
        "*://*.disneyplus.com/*"
      ],
      "js": [
        "disneyplus.js"
      ]
    },
    {
      "matches": [
        "*://tv.apple.com/*"
      ],
      "js": [
        "apple.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icon16.png",
    "icon32.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d7b0fd82-5f3c-4b3b-8858-f19b8646cfe2}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Letterboxd & IMDb Integration

Aquí hay algunas Firefox add-ons que son similares a Letterboxd & IMDb Integration: