Cinema Theme For YouTube

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

Vad är Cinema Theme For YouTube?

Cinema Theme For YouTube är en Chrome-tillägg utvecklad av Allohost, och dess huvudfunktion är "This extension allows the user to view the youtube video in Cinema experience.".

Tilläggsskärmbilder

screenshot

Ladda ner Cinema Theme For YouTube-förlängningens CRX-fil

Ladda ner Cinema Theme For 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

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

Namn Cinema Theme For YouTube Cinema Theme For YouTube
ID nfhepcgcmgdaennlnipbmccneldpfafm
Officiell webbadress https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm
Beskrivning This extension allows the user to view the youtube video in Cinema experience.
Filstorlek 239 KB
Antal Installationer 26
Aktuell Version 2.1
Senast Uppdaterad 2018-10-07
Publiceringsdatum 2018-10-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Allohost
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://search.starsurf.net
Hjälpsida URL http://search.starsurf.net
Stödda Språk 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"
    ]
}