Everest - Minimal Theme for Teleparty

A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.

Vad är Everest - Minimal Theme for Teleparty?

Everest - Minimal Theme for Teleparty är en Chrome-tillägg utvecklad av gcg1, och dess huvudfunktion är "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".

Tilläggsskärmbilder

screenshot

Ladda ner Everest - Minimal Theme for Teleparty-förlängningens CRX-fil

Ladda ner Everest - Minimal Theme for Teleparty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Everest - Minimal Theme for Teleparty Everest - Minimal Theme for Teleparty
ID jgpdnljlicegmabnicocbaamfocgbabe
Officiell webbadress https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe
Beskrivning A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Filstorlek 1.58 MB
Antal Installationer 361
Aktuell Version 2.0.0.1
Senast Uppdaterad 2021-12-23
Publiceringsdatum 2020-12-14
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare gcg1
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}