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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |