BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
ما هو BetterCrunchyroll؟
BetterCrunchyroll هو إضافة Chrome تم تطويرها بواسطة Tmarkn، والميزة الرئيسية لها هي "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BetterCrunchyroll
قم بتنزيل ملفات الامتداد BetterCrunchyroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Makes Crunchyroll better. • larger video player • automatic scrolling to video • scroll to video button Does not access any of your data.
معلومات أساسية عن التمديد
الاسم | BetterCrunchyroll |
ID | cldnbplkggalmoinfcocckdahbnhjded |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
الوصف | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
حجم الملف | 23.2 KB |
عدد التثبيتات | 287 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2020-09-23 |
تاريخ النشر | 2020-09-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Tmarkn |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterCrunchyroll", "version": "1.1.0", "description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button", "icons": { "16": "\/images\/bcr-logo16.png", "48": "\/images\/bcr-logo48.png", "128": "\/images\/bcr-logo128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.crunchyroll.com\/*" ] } ], "web_accessible_resources": [ "\/images\/upbutton.png", "styles.css" ] } |