Letterboxd Lists Progress
Know your lists' progress without having to open them.
Cos'è Letterboxd Lists Progress?
Letterboxd Lists Progress è un'estensione di Chrome sviluppata da Lucas Franco, e la sua funzione principale è "Know your lists' progress without having to open them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Letterboxd Lists Progress
Scarica i file di estensione Letterboxd Lists Progress 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
Know your lists' progress without having to open them. Informazioni di Base sull'Estensione
| Nome | |
| ID | cjpnlmdbmlefonmfkobjpfpmpbaijldn |
| URL Ufficiale | https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn |
| Descrizione | Know your lists' progress without having to open them. |
| Dimensione del File | 44.27 KB |
| Conteggio Installazioni | 572 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2018-11-14 |
| Data di Pubblicazione | 2018-11-14 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | Lucas Franco |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Letterboxd Lists Progress",
"version": "0.2",
"manifest_version": 2,
"description": "Know your lists' progress without having to open them.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/letterboxd.com\/*",
"https:\/\/letterboxd.com\/*"
],
"js": [
"jquery.min.js",
"letterboxd.js"
],
"css": [
"letterboxd.css"
]
}
]
} | |