CrunchyRoll Theater Mode
A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface
Τι είναι το CrunchyRoll Theater Mode;
Το CrunchyRoll Theater Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον johnuberbacher, και η κύρια λειτουργία του είναι "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CrunchyRoll Theater Mode
Λήψη αρχείων επέκτασης CrunchyRoll Theater Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Επίσημο URL | https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Περιγραφή | A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface |
Μέγεθος Αρχείου | 28.98 KB |
Αριθμός Εγκαταστάσεων | 1,386 |
Τρέχουσα Έκδοση | 0.0.7 |
Τελευταία Ενημέρωση | 2019-11-23 |
Ημερομηνία Δημοσίευσης | 2019-11-23 |
Αξιολόγηση | 4.25/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | johnuberbacher |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |