By: Olle
Inspect and view changes in Letterboxd Review Formatting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Review Formatter for Letterboxd",
"version": "1.1.0",
"description": "Adds a formatting toolbar (bold, italic, blockquote, link) to Letterboxd review text areas.",
"author": "You",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"*://letterboxd.com/*"
],
"js": [
"content.js"
],
"css": [
"toolbar.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "letterboxd-formatter@extension",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best Letterboxd Review Formatting Alternatives
Here are some Firefox add-ons that are similar to Letterboxd Review Formatting: