The real theater mode (Beta)

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

Hvad er The real theater mode (Beta)?

The real theater mode (Beta) er en Chrome-udvidelse udviklet af vasudevan, og dens hovedfunktion er "This extension allows the user to view the youtube video in theatre experience.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download The real theater mode (Beta)-udvidelses-CRX-fil

Download The real theater mode (Beta)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
Officiel URL https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
Beskrivelse This extension allows the user to view the youtube video in theatre experience.
Filstørrelse 367 KB
Antal Installationer 94
Nuværende Version 1.2
Senest Opdateret 2017-09-29
Udgivelsesdato 2017-09-29
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler vasudevan
Betalingsmetode free
Understøttede Sprog 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"
    ]
}