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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    ]
}