Crunchyroll Dark Mode + UI Upgrade

Dark Mode for Cruncyroll on Desktop

ما هو Crunchyroll Dark Mode + UI Upgrade؟

Crunchyroll Dark Mode + UI Upgrade هو إضافة Chrome تم تطويرها بواسطة DevTopia، والميزة الرئيسية لها هي "Dark Mode for Cruncyroll on Desktop".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crunchyroll Dark Mode + UI Upgrade

قم بتنزيل ملفات الامتداد Crunchyroll Dark Mode + UI Upgrade بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Dark Mode for Crunchyroll on Desktop.
** Next UPDATE**
  Finally CR rolled-out their Dark Mode for Desktop and with that I will be changing the styling and adding new features to accommodate the new design.

---> Feature Request <---
If you would like to request a feature or notice any bugs, please let me know by leaving a review.


NOTE: This extension is not affiliated with or sponsored by Cruncyroll.com. This is just a helpful tool created until Crunchyroll updates the website with dark mode as they have done with their apps.                    

معلومات أساسية عن التمديد

الاسم Crunchyroll Dark Mode + UI Upgrade Crunchyroll Dark Mode + UI Upgrade
ID ameigalddkfonmfeclbpknhmacaponip
عنوان URL الرسمي https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip
الوصف Dark Mode for Cruncyroll on Desktop
حجم الملف 10.82 KB
عدد التثبيتات 837
النسخة الحالية 2.2.0
آخر تحديث 2021-07-29
تاريخ النشر 2020-01-19
المطور DevTopia
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Dark Mode + UI Upgrade",
    "description": "Dark Mode for Cruncyroll on Desktop",
    "version": "2.2.0",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ]
        }
    ]
}