Crunchyroll Filler Labeler

Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…

Crunchyroll Filler Labelerคืออะไร?

Crunchyroll Filler Labeler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lisachan และคุณลักษณะหลักของมันคือ "Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…"

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

screenshot
screenshot

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

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

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

                        Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design!

Never watch One Piece, Naruto, Bleach, Fairy Tail, or any big anime without this filler labeler on Crunchyroll.

SUPPORT THE DEVELOPER: https://www.buymeacoffee.com/lisachan                    

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

ชื่อ Crunchyroll Filler Labeler Crunchyroll Filler Labeler
ID jopopmiipgkckbikglanjaefhllojdgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crunchyroll-filler-labele/jopopmiipgkckbikglanjaefhllojdgd
คำอธิบาย Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…
ขนาดไฟล์ 51.83 KB
จำนวนการติดตั้ง 1,157
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2019-05-23
คะแนน 3.86/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา lisachan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crunchyroll Filler Labeler",
    "version": "2.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.crunchyroll.com\/*",
                "*:\/\/beta.crunchyroll.com\/*",
                "*:\/\/www.animefillerlist.com\/shows\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.animefillerlist.com\/shows\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}