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ファイルをダウンロード

Crunchyroll Thumbnail Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}