Everest - Minimal Theme for Teleparty
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
What is Everest - Minimal Theme for Teleparty?
Everest - Minimal Theme for Teleparty is a Chrome extension developed by gcg1, and its main feature is "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".
Extension Screenshots
Download Everest - Minimal Theme for Teleparty Extension CRX File
Download Everest - Minimal Theme for Teleparty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jgpdnljlicegmabnicocbaamfocgbabe |
Official URL | https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe |
Description | A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension. |
File Size | 1.58 MB |
Installation Count | 361 |
Current Version | 2.0.0.1 |
Last Updated | 2021-12-23 |
Publish Date | 2020-12-14 |
Rating | 4.67/5 Total 6 Ratings |
Developer | gcg1 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |