The real theater mode (Beta)

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

Τι είναι το The real theater mode (Beta);

Το The real theater mode (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vasudevan, και η κύρια λειτουργία του είναι "This extension allows the user to view the youtube video in theatre experience.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The real theater mode (Beta)

Λήψη αρχείων επέκτασης The real theater mode (Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα The real theater mode (Beta) The real theater mode (Beta)
ID cifobkdcppgmeilkbgilccpjikephgpl
Επίσημο URL https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl
Περιγραφή This extension allows the user to view the youtube video in theatre experience.
Μέγεθος Αρχείου 367 KB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2017-09-29
Ημερομηνία Δημοσίευσης 2017-09-29
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής vasudevan
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}