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" } ] } |