Crunchyroll Spoiler Patrol

Hides episode titles, descriptions, and thumbnails on Crunchyroll.com

Crunchyroll Spoiler Patrolคืออะไร?

Crunchyroll Spoiler Patrol เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jihae.moe และคุณลักษณะหลักของมันคือ "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Crunchyroll Spoiler Patrol ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hides episode titles and preview images on Crunchyroll's desktop site                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crunchyroll Spoiler Patrol Crunchyroll Spoiler Patrol
ID knjolfkaakakjkidapblabdknegcikjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo
คำอธิบาย Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2020-04-27
วันที่เผยแพร่ 2020-04-26
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://jihae.moe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Spoiler Patrol",
    "description": "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Crunchyroll Spoiler Patrol",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.crunchyroll.com\/*"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}