Letterboxd Enhanced
User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*
Cos'è Letterboxd Enhanced?
Letterboxd Enhanced è un'estensione di Chrome sviluppata da Hunter Ruth, e la sua funzione principale è "User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Letterboxd Enhanced
Scarica i file di estensione Letterboxd Enhanced 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | jbfocblhjmlekemmngloodkpeocfkabc |
| URL Ufficiale | https://chromewebstore.google.com/detail/letterboxd-enhanced/jbfocblhjmlekemmngloodkpeocfkabc |
| Descrizione | User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON* |
| Dimensione del File | 43.15 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 3.12 |
| Ultimo Aggiornamento | 2017-02-16 |
| Data di Pubblicazione | 2017-02-16 |
| Valutazione | 4.20/5 Totale 10 Valutazioni |
| Sviluppatore | Hunter Ruth |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Letterboxd Enhanced",
"description": "User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*",
"version": "3.12",
"permissions": [
"https:\/\/letterboxd.com\/*",
"storage"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Letterboxd Avg Score",
"default_popup": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/letterboxd.com\/*"
],
"js": [
"lib\/jquery-2.1.4.min.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |