Letterboxd Search Autocomplete
Adds autocomplete to Letterboxd search
Wat is Letterboxd Search Autocomplete?
Letterboxd Search Autocomplete is een Chrome-extensie ontwikkeld door taox, en de belangrijkste functie is "Adds autocomplete to Letterboxd search".
Extensie Screenshots
Download het CRX-bestand van de extensie Letterboxd Search Autocomplete
Download Letterboxd Search Autocomplete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds autocomplete or auto suggest to the search bar on Letterboxd. Basisinformatie over de Extensie
| Naam | |
| ID | dklhllepnaoaanbkmjmimceipbgblkjb |
| Officiële URL | https://chromewebstore.google.com/detail/letterboxd-search-autocom/dklhllepnaoaanbkmjmimceipbgblkjb |
| Beschrijving | Adds autocomplete to Letterboxd search |
| Bestandsgrootte | 120 KB |
| Aantal Installaties | 171 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2023-11-14 |
| Publicatiedatum | 2023-11-10 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | taox |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |