Cinema Theme For YouTube

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

Qu'est-ce que Cinema Theme For YouTube ?

Cinema Theme For YouTube est une extension Chrome développée par Allohost, et sa fonction principale est "This extension allows the user to view the youtube video in Cinema experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cinema Theme For YouTube

Téléchargez les fichiers d'extension Cinema Theme For YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cinema Theme For YouTube Cinema Theme For YouTube
ID nfhepcgcmgdaennlnipbmccneldpfafm
URL Officiel https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm
Description This extension allows the user to view the youtube video in Cinema experience.
Taille du Fichier 239 KB
Nombre d'Installations 26
Version Actuelle 2.1
Dernière Mise à Jour 2018-10-07
Date de Publication 2018-10-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Allohost
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://search.starsurf.net
URL de la Page d'Aide http://search.starsurf.net
Langues Prises en Charge 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"
    ]
}