Everest - Minimal Theme for Teleparty
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Everest - Minimal Theme for Telepartyคืออะไร?
Everest - Minimal Theme for Teleparty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gcg1 และคุณลักษณะหลักของมันคือ "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Everest - Minimal Theme for Teleparty
ดาวน์โหลดไฟล์ส่วนขยาย Everest - Minimal Theme for Teleparty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgpdnljlicegmabnicocbaamfocgbabe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe |
คำอธิบาย | A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension. |
ขนาดไฟล์ | 1.58 MB |
จำนวนการติดตั้ง | 361 |
เวอร์ชันปัจจุบัน | 2.0.0.1 |
อัปเดตครั้งล่าสุด | 2021-12-23 |
วันที่เผยแพร่ | 2020-12-14 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | gcg1 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |