Everest - Minimal Theme for Teleparty
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Qu'est-ce que Everest - Minimal Theme for Teleparty ?
Everest - Minimal Theme for Teleparty est une extension Chrome développée par gcg1, et sa fonction principale est "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Everest - Minimal Theme for Teleparty
Téléchargez les fichiers d'extension Everest - Minimal Theme for Teleparty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jgpdnljlicegmabnicocbaamfocgbabe |
URL Officiel | https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe |
Description | A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension. |
Taille du Fichier | 1.58 MB |
Nombre d'Installations | 361 |
Version Actuelle | 2.0.0.1 |
Dernière Mise à Jour | 2021-12-23 |
Date de Publication | 2020-12-14 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | gcg1 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |