The real theater mode (Beta)
This extension allows the user to view the youtube video in theatre experience.
¿Qué es The real theater mode (Beta)?
The real theater mode (Beta) es una extensión de Chrome desarrollada por vasudevan, y su función principal es "This extension allows the user to view the youtube video in theatre experience.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The real theater mode (Beta)
Descarga archivos de extensión The real theater mode (Beta) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | cifobkdcppgmeilkbgilccpjikephgpl |
URL Oficial | https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl |
Descripción | This extension allows the user to view the youtube video in theatre experience. |
Tamaño del Archivo | 367 KB |
Cantidad de Instalaciones | 94 |
Versión Actual | 1.2 |
Última Actualización | 2017-09-29 |
Fecha de Publicación | 2017-09-29 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | vasudevan |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |