The real theater mode (Beta)
This extension allows the user to view the youtube video in theatre experience.
What is The real theater mode (Beta)?
The real theater mode (Beta) is a Chrome extension developed by vasudevan, and its main feature is "This extension allows the user to view the youtube video in theatre experience.".
Extension Screenshots
Download The real theater mode (Beta) Extension CRX File
Download The real theater mode (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | cifobkdcppgmeilkbgilccpjikephgpl |
Official URL | https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl |
Description | This extension allows the user to view the youtube video in theatre experience. |
File Size | 367 KB |
Installation Count | 94 |
Current Version | 1.2 |
Last Updated | 2017-09-29 |
Publish Date | 2017-09-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | vasudevan |
Payment Type | free |
Supported Languages | 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" ] } |