Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

Vad är Responsive YouTube?

Responsive YouTube är en Chrome-tillägg utvecklad av Blaise Kal, och dess huvudfunktion är "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

Ladda ner Responsive YouTube-förlängningens CRX-fil

Ladda ner Responsive YouTube-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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

Grundläggande Information om Tillägg

Namn Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
Officiell webbadress https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
Beskrivning Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Filstorlek 6.43 KB
Antal Installationer 10
Aktuell Version 1.3.1
Senast Uppdaterad 2018-02-23
Publiceringsdatum 2018-02-23
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Blaise Kal
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}