Crunchyroll Filler Labeler

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

Apa itu Crunchyroll Filler Labeler?

Crunchyroll Filler Labeler adalah ekstensi Chrome yang dikembangkan oleh lisachan, dan fitur utamanya adalah "Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Crunchyroll Filler Labeler

Unduh file ekstensi Crunchyroll Filler Labeler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Crunchyroll Filler Labeler Crunchyroll Filler Labeler
ID jopopmiipgkckbikglanjaefhllojdgd
URL Resmi https://chromewebstore.google.com/detail/crunchyroll-filler-labele/jopopmiipgkckbikglanjaefhllojdgd
Deskripsi Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…
Ukuran File 51.83 KB
Jumlah Instalasi 1,157
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2024-02-14
Tanggal Publikasi 2019-05-23
Penilaian 3.86/5 Total 29 Penilaian
Pengembang lisachan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}