Crunchyroll Dark Mode + UI Upgrade

Dark Mode for Cruncyroll on Desktop

Crunchyroll Dark Mode + UI Upgrade란 무엇입니까?

Crunchyroll Dark Mode + UI Upgrade은(는) DevTopia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode for Cruncyroll on Desktop"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Crunchyroll Dark Mode + UI Upgrade 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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\/*"
            ]
        }
    ]
}