Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Letterboxd Hours and Minutes",
"description": "Transforms the minutes of a movie to a more logical hours and minutes",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/letterboxd.com\/film\/*",
"http:\/\/letterboxd.com\/film\/*"
],
"run_at": "document_idle",
"js": [
"content.js"
]
}
],
"icons": {
"16": "lb16.png",
"48": "lb48.png",
"128": "lb128.png"
}
}