Letterboxd Search Autocomplete

Adds autocomplete to Letterboxd search

What is Letterboxd Search Autocomplete?

Letterboxd Search Autocomplete is a Chrome extension developed by taox, and its main feature is "Adds autocomplete to Letterboxd search".

Extension Screenshots

screenshot

Download Letterboxd Search Autocomplete Extension CRX File

Download Letterboxd Search Autocomplete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds autocomplete or auto suggest to the search bar on Letterboxd.                    

Extension Basic Information

Name Letterboxd Search Autocomplete Letterboxd Search Autocomplete
ID dklhllepnaoaanbkmjmimceipbgblkjb
Official URL https://chromewebstore.google.com/detail/letterboxd-search-autocom/dklhllepnaoaanbkmjmimceipbgblkjb
Description Adds autocomplete to Letterboxd search
File Size 120 KB
Installation Count 171
Current Version 0.2
Last Updated 2023-11-14
Publish Date 2023-11-10
Rating 5.00/5 Total 2 Ratings
Developer taox
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Search Autocomplete",
    "version": "0.2",
    "description": "Adds autocomplete to Letterboxd search",
    "content_scripts": [
        {
            "js": [
                "js\/browser-polyfill.min.js",
                "js\/jquery-3.3.1.min.js",
                "js\/fuse.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/letterboxd.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "list.json"
            ],
            "matches": [
                "https:\/\/letterboxd.com\/*"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 3
}