Crunchyroll Thumbnail Remover

Remove thumbnails to avoid spoilers.

Crunchyroll Thumbnail Removerคืออะไร?

Crunchyroll Thumbnail Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Treuz และคุณลักษณะหลักของมันคือ "Remove thumbnails to avoid spoilers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crunchyroll Thumbnail Remover

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}