Everest - Minimal Theme for Teleparty
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Apa itu Everest - Minimal Theme for Teleparty?
Everest - Minimal Theme for Teleparty adalah ekstensi Chrome yang dikembangkan oleh gcg1, dan fitur utamanya adalah "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Everest - Minimal Theme for Teleparty
Unduh file ekstensi Everest - Minimal Theme for Teleparty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jgpdnljlicegmabnicocbaamfocgbabe |
URL Resmi | https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe |
Deskripsi | A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension. |
Ukuran File | 1.58 MB |
Jumlah Instalasi | 361 |
Versi Saat Ini | 2.0.0.1 |
Terakhir Diperbarui | 2021-12-23 |
Tanggal Publikasi | 2020-12-14 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | gcg1 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |