CrunchyRoll Theater Mode
A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface
Wat is CrunchyRoll Theater Mode?
CrunchyRoll Theater Mode is een Chrome-extensie ontwikkeld door johnuberbacher, en de belangrijkste functie is "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface".
Extensie Screenshots
Download het CRX-bestand van de extensie CrunchyRoll Theater Mode
Download CrunchyRoll Theater Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Officiële URL | https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Beschrijving | A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface |
Bestandsgrootte | 28.98 KB |
Aantal Installaties | 1,386 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2019-11-23 |
Publicatiedatum | 2019-11-23 |
Beoordeling | 4.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | johnuberbacher |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |