The real theater mode (Beta)

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

Cos'è The real theater mode (Beta)?

The real theater mode (Beta) è un'estensione di Chrome sviluppata da vasudevan, e la sua funzione principale è "This extension allows the user to view the youtube video in theatre experience.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The real theater mode (Beta)

Scarica i file di estensione The real theater mode (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
URL Ufficiale https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
Descrizione This extension allows the user to view the youtube video in theatre experience.
Dimensione del File 367 KB
Conteggio Installazioni 94
Versione Corrente 1.2
Ultimo Aggiornamento 2017-09-29
Data di Pubblicazione 2017-09-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore vasudevan
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}