CrunchyRoll Theater Mode
A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface
Co je CrunchyRoll Theater Mode?
CrunchyRoll Theater Mode je rozšíření Chrome vyvinuté johnuberbacher, a jeho hlavní funkcí je „A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CrunchyRoll Theater Mode
Stáhněte si soubory rozšíření CrunchyRoll Theater Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Oficiální URL | https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Popis | A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface |
Velikost souboru | 28.98 KB |
Počet instalací | 1,386 |
Aktuální Verze | 0.0.7 |
Poslední Aktualizace | 2019-11-23 |
Datum Vydání | 2019-11-23 |
Hodnocení | 4.25/5 Celkem 12 Hodnocení |
Vývojář | johnuberbacher |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |