Friends Average for Letterboxd
Shows a extra Histogram for your friends
Cos'è Friends Average for Letterboxd?
Friends Average for Letterboxd è un'estensione di Chrome sviluppata da klaspas, e la sua funzione principale è "Shows a extra Histogram for your friends".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Friends Average for Letterboxd
Scarica i file di estensione Friends Average for Letterboxd 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
Additionally to the default Letterboxd histogram, this extension shows a histogram and average just for the users you follow. Informazioni di Base sull'Estensione
| Nome | |
| ID | fffalfghjklopnhmkpdadlfopnnbnabg |
| URL Ufficiale | https://chromewebstore.google.com/detail/friends-average-for-lette/fffalfghjklopnhmkpdadlfopnnbnabg |
| Descrizione | Shows a extra Histogram for your friends |
| Dimensione del File | 45.55 KB |
| Conteggio Installazioni | 2,112 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-08-25 |
| Data di Pubblicazione | 2020-05-04 |
| Valutazione | 5.00/5 Totale 20 Valutazioni |
| Sviluppatore | klaspas |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"jquery\/jquery-3.5.0.min.js",
"main.js"
],
"matches": [
"https:\/\/letterboxd.com\/film\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"description": "Shows a extra Histogram for your friends",
"manifest_version": 3,
"name": "Friends Average for Letterboxd",
"host_permissions": [
"https:\/\/letterboxd.com\/*"
],
"icons": {
"128": "icon.png"
},
"version": "1.0"
} | |