CrunchyRoll Theater Mode
A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface
¿Qué es CrunchyRoll Theater Mode?
CrunchyRoll Theater Mode es una extensión de Chrome desarrollada por johnuberbacher, y su función principal es "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CrunchyRoll Theater Mode
Descarga archivos de extensión CrunchyRoll Theater Mode 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
Ever found the default video size on CrunchyRoll just too narrow? This extension increases the size of CrunchyRoll Videos, similarly to the size of YouTube' Theater Mode, allowing for a much better viewing experience! New Update allows for responsive screen sizes up to 1400px
Información Básica de la Extensión
Nombre | |
ID | fccfjcklfpanhmcgbpcmpjhgindhmlbp |
URL Oficial | https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Descripción | A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface |
Tamaño del Archivo | 28.98 KB |
Cantidad de Instalaciones | 1,386 |
Versión Actual | 0.0.7 |
Última Actualización | 2019-11-23 |
Fecha de Publicación | 2019-11-23 |
Calificación | 4.25/5 Total de 12 Calificaciones |
Desarrollador | johnuberbacher |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CrunchyRoll Theater Mode", "version": "0.0.7", "description": "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface", "icons": { "16": "images\/icon-32.png", "48": "images\/icon-64.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/www.crunchyroll.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.crunchyroll.com\/*" ], "css": [ "style.css" ], "js": [ "background.js" ], "run_at": "document_idle" } ] } |