WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Lekkerboxd

Lekkerboxd

View on Chrome Web Store
View Lekkerboxd Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (2 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Get personalized movie recommendations based on your Letterboxd activity
Type
Extension
Users
66 users
16
Website lekkerboxd.com
Dhimant Ananmay
View author page of Dhimant Ananmay
Published
Published on February 24, 2026
Version 1.0.4
Manifest version
3
Updated
Updated on March 3, 2026
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Lekkerboxd Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lekkerboxd",
    "description": "Get personalized movie recommendations based on your Letterboxd activity",
    "version": "1.0.4",
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.letterboxd.com\/*",
        "https:\/\/api.themoviedb.org\/*",
        "https:\/\/lekkerboxd-tmdb-proxy.lekkerboxd.workers.dev\/*",
        "https:\/\/www.justwatch.com\/*",
        "https:\/\/www.reddit.com\/*",
        "https:\/\/www.taste.io\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.ts-loader-DW1beqKG.js"
            ],
            "matches": [
                "*:\/\/*.letterboxd.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "static\/icons\/icon16.png",
            "48": "static\/icons\/icon48.png",
            "128": "static\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "static\/icons\/icon16.png",
        "48": "static\/icons\/icon48.png",
        "128": "static\/icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.letterboxd.com\/*"
            ],
            "resources": [
                "assets\/url-utils-BjFLQ3h6.js",
                "assets\/main.ts-DRkoxZQi.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top