CrunchyRoll Theater Mode
A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface
CrunchyRoll Theater Mode là gì?
CrunchyRoll Theater Mode là một tiện ích mở rộng Chrome được phát triển bởi johnuberbacher, và tính năng chính của nó là "A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CrunchyRoll Theater Mode
Tải xuống các tệp mở rộng CrunchyRoll Theater Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fccfjcklfpanhmcgbpcmpjhgindhmlbp |
URL Chính Thức | https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp |
Mô tả | A Chrome Extension that adds a Theater mode-like experience to CrunchyRoll's Web Interface |
Kích Thước Tệp | 28.98 KB |
Số Lần Cài Đặt | 1,386 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2019-11-23 |
Ngày Phát Hành | 2019-11-23 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | johnuberbacher |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |