Crunchyroll Thumbnail Remover

Remove thumbnails to avoid spoilers.

Crunchyroll Thumbnail Remover क्या है?

Crunchyroll Thumbnail Remover Treuz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove thumbnails to avoid spoilers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crunchyroll Thumbnail Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}