The real theater mode (Beta)

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

Wat is The real theater mode (Beta)?

The real theater mode (Beta) is een Chrome-extensie ontwikkeld door vasudevan, en de belangrijkste functie is "This extension allows the user to view the youtube video in theatre experience.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The real theater mode (Beta)

Download The real theater mode (Beta)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
Officiële URL https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
Beschrijving This extension allows the user to view the youtube video in theatre experience.
Bestandsgrootte 367 KB
Aantal Installaties 94
Huidige Versie 1.2
Laatst Bijgewerkt 2017-09-29
Publicatiedatum 2017-09-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar vasudevan
Betalingswijze free
Ondersteunde Talen 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"
    ]
}