Crunchyroll Thumbnail Remover

Remove thumbnails to avoid spoilers.

Crunchyroll Thumbnail Remover란 무엇입니까?

Crunchyroll Thumbnail Remover은(는) Treuz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove thumbnails to avoid spoilers."입니다.

확장 프로그램 스크린샷

screenshot

Crunchyroll Thumbnail Remover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Crunchyroll Thumbnail Remover is a Chrome extension that removes thumbnails from the Crunchyroll website to help prevent spoilers. It is a simple tool that allows users to enjoy their favorite anime without the fear of accidentally seeing a spoiler. Once installed, the extension automatically hides all thumbnails on Crunchyroll, giving users a clean and spoiler-free browsing experience. This extension is perfect for anime fans who want to watch their favorite shows without any spoilers or surprises.                    

확장 프로그램 기본 정보

이름 Crunchyroll Thumbnail Remover Crunchyroll Thumbnail Remover
ID ieeahbkdhednhjpcjdobahgabdndjmcn
공식 URL https://chromewebstore.google.com/detail/crunchyroll-thumbnail-rem/ieeahbkdhednhjpcjdobahgabdndjmcn
설명 Remove thumbnails to avoid spoilers.
파일 크기 16.12 KB
설치 횟수 189
현재 버전 1.0
최근 업데이트 2023-01-20
출시 날짜 2023-01-20
평점 5.00/5 총 5 개의 평점
개발자 Treuz
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crunchyroll Thumbnail Remover",
    "description": "Remove thumbnails to avoid spoilers.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "css": [
                "my-styles.css"
            ]
        }
    ],
    "action": {
        "default_title": "Crunchyroll Thumbnail Remover",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/images\/icon-16.png",
        "32": ".\/images\/icon-32.png",
        "36": ".\/images\/icon-36.png",
        "48": ".\/images\/icon-48.png",
        "128": ".\/images\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/www.crunchyroll.com\/*"
    ]
}