Letterboxd Search Autocomplete
Adds autocomplete to Letterboxd search
Cos'è Letterboxd Search Autocomplete?
Letterboxd Search Autocomplete è un'estensione di Chrome sviluppata da taox, e la sua funzione principale è "Adds autocomplete to Letterboxd search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Letterboxd Search Autocomplete
Scarica i file di estensione Letterboxd Search Autocomplete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds autocomplete or auto suggest to the search bar on Letterboxd.
Informazioni di Base sull'Estensione
Nome | Letterboxd Search Autocomplete |
ID | dklhllepnaoaanbkmjmimceipbgblkjb |
URL Ufficiale | https://chromewebstore.google.com/detail/letterboxd-search-autocom/dklhllepnaoaanbkmjmimceipbgblkjb |
Descrizione | Adds autocomplete to Letterboxd search |
Dimensione del File | 120 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2023-11-14 |
Data di Pubblicazione | 2023-11-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | taox |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |