Crunchyroll Synopsis Hider

An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.

Crunchyroll Synopsis Hiderคืออะไร?

Crunchyroll Synopsis Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zak Farmer และคุณลักษณะหลักของมันคือ "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers."

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

screenshot

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

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

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

                        An extension that hides the synopsis of anime episodes on Crunchyroll for the purpose of avoiding spoilers.                    

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

ชื่อ Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
คำอธิบาย An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-09-24
วันที่เผยแพร่ 2016-09-24
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Zak Farmer
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Synopsis Hider",
    "description": "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "crunchyroll.css"
            ],
            "matches": [
                "http:\/\/www.crunchyroll.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/www.crunchyroll.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "crunchyroll.css"
    ]
}