By: user9853442
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"
]
}
]
} Best Plex Library Exporter Alternatives
Here are some Firefox add-ons that are similar to Plex Library Exporter:
Plex Server Stats
Gerald Todd
Enhanced Plex
Balthier
Plex Name Generator
Shay
Pog Log
ActualLee
Chat Export
Jerren T
Website Table Exporter
llagerlof
Kromascan Profile Exporter
routescan.io
Export StoryGraph
ceccio
Replika Chat Export
Nam0
BatoList/MPlist Exporter
RaidenOQ
Repl.it Classroom Export Tool
Coding Rooms
Web to Plex
Kees Kluskens