Skip Anime OP

Press alt+a when an op starts on crunchyroll to skip!

Skip Anime OPคืออะไร?

Skip Anime OP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย biggant1 และคุณลักษณะหลักของมันคือ "Press alt+a when an op starts on crunchyroll to skip!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip Anime OP

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

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

                        Chrome extension that lets you skip the anime ops on crunchyroll by pressing alt+a when they start.                    

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

ชื่อ Skip Anime OP Skip Anime OP
ID jbiahbgldkhcfimpmlngacndienaoinj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skip-anime-op/jbiahbgldkhcfimpmlngacndienaoinj
คำอธิบาย Press alt+a when an op starts on crunchyroll to skip!
ขนาดไฟล์ 23.6 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-21
วันที่เผยแพร่ 2020-12-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา biggant1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skip Anime OP",
    "description": "Press alt+a when an op starts on crunchyroll to skip!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*",
                "https:\/\/aniwatch.me\/anime\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.crunchyroll.com\/*",
        "https:\/\/aniwatch.me\/anime\/*"
    ]
}