Crunchyroll Thumbnail Remover

Remove thumbnails to avoid spoilers.

Qu'est-ce que Crunchyroll Thumbnail Remover ?

Crunchyroll Thumbnail Remover est une extension Chrome développée par Treuz, et sa fonction principale est "Remove thumbnails to avoid spoilers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Crunchyroll Thumbnail Remover

Téléchargez les fichiers d'extension Crunchyroll Thumbnail Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Crunchyroll Thumbnail Remover Crunchyroll Thumbnail Remover
ID ieeahbkdhednhjpcjdobahgabdndjmcn
URL Officiel https://chromewebstore.google.com/detail/crunchyroll-thumbnail-rem/ieeahbkdhednhjpcjdobahgabdndjmcn
Description Remove thumbnails to avoid spoilers.
Taille du Fichier 16.12 KB
Nombre d'Installations 189
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-20
Date de Publication 2023-01-20
Évaluation 5.00/5 Total 5 Évaluations
Développeur Treuz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}