Letterboxd Torrents Provider

Letterboxd Torrents Provider

Letterboxd extension that provides you torrents for movies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Letterboxd Services",
  "description": "Letterboxd extension that provides you torrents for movies.",
  "version": "0.4.5",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://letterboxd.com/film/*"
      ],
      "js": [
        "start.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c08215d-c220-49b8-acbb-53b3d6ac9c18}"
    }
  }
}