The real theater mode (Beta)

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

Qu'est-ce que The real theater mode (Beta) ?

The real theater mode (Beta) est une extension Chrome développée par vasudevan, et sa fonction principale est "This extension allows the user to view the youtube video in theatre experience.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The real theater mode (Beta)

Téléchargez les fichiers d'extension The real theater mode (Beta) 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

                                            

Informations de Base sur l'Extension

Nom The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
URL Officiel https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
Description This extension allows the user to view the youtube video in theatre experience.
Taille du Fichier 367 KB
Nombre d'Installations 94
Version Actuelle 1.2
Dernière Mise à Jour 2017-09-29
Date de Publication 2017-09-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur vasudevan
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The real theater mode (Beta)",
    "description": "This extension allows the user to view the youtube video in theatre experience.",
    "version": "1.2",
    "author": "Vasudevan",
    "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"
    ]
}