Everest - Minimal Theme for Teleparty
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Cos'è Everest - Minimal Theme for Teleparty?
Everest - Minimal Theme for Teleparty è un'estensione di Chrome sviluppata da gcg1, e la sua funzione principale è "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Everest - Minimal Theme for Teleparty
Scarica i file di estensione Everest - Minimal Theme for Teleparty 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
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension for Netflix, overlaying the chat directly over the video to maximise video size. Works particularly well for movies with more of a letterboxed aspect ratio.
Informazioni di Base sull'Estensione
Nome | |
ID | jgpdnljlicegmabnicocbaamfocgbabe |
URL Ufficiale | https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe |
Descrizione | A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension. |
Dimensione del File | 1.58 MB |
Conteggio Installazioni | 361 |
Versione Corrente | 2.0.0.1 |
Ultimo Aggiornamento | 2021-12-23 |
Data di Pubblicazione | 2020-12-14 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | gcg1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Everest - Minimal Theme for Teleparty", "version": "2.0.0.1", "description": "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.", "manifest_version": 2, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "styles.css" ], "js": [ "background.js" ] } ] } |