Cinema Theme For YouTube

This extension allows the user to view the youtube video in Cinema experience.

Hvad er Cinema Theme For YouTube?

Cinema Theme For YouTube er en Chrome-udvidelse udviklet af Allohost, og dens hovedfunktion er "This extension allows the user to view the youtube video in Cinema experience.".

Udvidelsesskærmbilleder

screenshot

Download Cinema Theme For YouTube-udvidelses-CRX-fil

Download Cinema Theme For YouTube-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

                        Cinema Theme For YouTube
With this simple extension you will be able to use  your screen when watching YouTube videos in Cinema mode.
feel the cinema with Cinema Theme For YouTube                    

Grundlæggende oplysninger om udvidelsen

Navn Cinema Theme For YouTube Cinema Theme For YouTube
ID nfhepcgcmgdaennlnipbmccneldpfafm
Officiel URL https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm
Beskrivelse This extension allows the user to view the youtube video in Cinema experience.
Filstørrelse 239 KB
Antal Installationer 26
Nuværende Version 2.1
Senest Opdateret 2018-10-07
Udgivelsesdato 2018-10-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Allohost
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://search.starsurf.net
Hjælpeside-URL http://search.starsurf.net
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cinema Theme For YouTube",
    "description": "This extension allows the user to view the youtube video in Cinema experience.",
    "version": "2.1",
    "author": "Starsurf",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_title": "Theatre Mode"
    },
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}