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 gcg1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Everest - Minimal Theme for Teleparty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Everest - Minimal Theme for Teleparty Everest - Minimal Theme for Teleparty
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"
            ]
        }
    ]
}