Plex Library Exporter Firefox

Examine source code of Plex Library Exporter

Inspect and view changes in Plex Library Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Plex Library Exporter",
  "version": "0.1.0",
  "description": "Allows users to export and download their Plex libraries into TXT, CSV, and JSON files. Great for making spreadsheets of your collection!",
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "example1161@gmail.com",
      "strict_min_version": "123.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://localhost/*",
        "*://app.plex.tv/*",
        "*://127.0.0.1/*"
      ],
      "js": [
        "plex-exporter.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/agadzinski93/plex-lib-exporter",
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_icon": "/assets/icon-96.png",
    "default_title": "Plex Library Exporter",
    "default_popup": "view.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://localhost/*",
        "*://app.plex.tv/*",
        "*://127.0.0.1/*"
      ],
      "resources": [
        "constants/constants.js",
        "utils/popupHelpers/popupHelpers.js",
        "utils/popupHelpers/tabHelpers.js",
        "utils/titleHelpers/appendTitles.js",
        "utils/titleHelpers/insertTitles.js",
        "utils/titleHelpers/sortTitles.js",
        "utils/titleHelpers/stringifyTitles.js",
        "utils/domHelpers.js",
        "utils/sanitizers.js"
      ]
    }
  ]
}

Meilleures alternatives Plex Library Exporter

Voici quelques Firefox add-ons qui sont similaires à Plex Library Exporter :