YouTube Incognito Theatre mode

Always disable autoplay and use theatre mode, even when browsing incognito.

Hvad er YouTube Incognito Theatre mode?

YouTube Incognito Theatre mode er en Chrome-udvidelse udviklet af Thijs van Dijk, og dens hovedfunktion er "Always disable autoplay and use theatre mode, even when browsing incognito.".

Udvidelsesskærmbilleder

screenshot

Download YouTube Incognito Theatre mode-udvidelses-CRX-fil

Download YouTube Incognito Theatre mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Incognito mode is great when you want to browse with a clean slate. However, this also means that all websites you visit will have forgotten your preferences.

This extension simply resets YouTube to widescreen (or "Theatre" or "Cinema") mode, and unticks autoplay. It also disables autoplay in Vimeo.

NOTE: in order to work in Incognito mode, remember to check "Allow in incognito" in the extensions tab.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Incognito Theatre mode YouTube Incognito Theatre mode
ID pfjninejdjnhelphklgogniambpihlln
Officiel URL https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln
Beskrivelse Always disable autoplay and use theatre mode, even when browsing incognito.
Filstørrelse 13.27 KB
Antal Installationer 174
Nuværende Version 1.2.1
Senest Opdateret 2018-04-25
Udgivelsesdato 2018-04-25
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler Thijs van Dijk
Betalingsmetode free
Udvidelseswebsted https://github.com/thijzert/youtube-incognito-theatre-plugin
URL til Fortrolighedspolitik Side https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Incognito Theatre mode",
    "version": "1.2.1",
    "description": "Always disable autoplay and use theatre mode, even when browsing incognito.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "12.0.707.0",
    "incognito": "split",
    "permissions": [
        "https:\/\/www.youtube.com\/",
        "https:\/\/vimeo.com\/",
        "cookies"
    ]
}