YouTube Incognito Theatre mode

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

Vad är YouTube Incognito Theatre mode?

YouTube Incognito Theatre mode är en Chrome-tillägg utvecklad av Thijs van Dijk, och dess huvudfunktion är "Always disable autoplay and use theatre mode, even when browsing incognito.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Incognito Theatre mode-förlängningens CRX-fil

Ladda ner YouTube Incognito Theatre mode-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

                        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äggande Information om Tillägg

Namn YouTube Incognito Theatre mode YouTube Incognito Theatre mode
ID pfjninejdjnhelphklgogniambpihlln
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln
Beskrivning Always disable autoplay and use theatre mode, even when browsing incognito.
Filstorlek 13.27 KB
Antal Installationer 174
Aktuell Version 1.2.1
Senast Uppdaterad 2018-04-25
Publiceringsdatum 2018-04-25
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare Thijs van Dijk
Betalningssätt free
Tilläggswebbplats https://github.com/thijzert/youtube-incognito-theatre-plugin
URL till Sekretesspolicy Sidan https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md
Stödda Språk 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"
    ]
}