Crunchyroll Filler Labeler

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

Cos'è Crunchyroll Filler Labeler?

Crunchyroll Filler Labeler è un'estensione di Chrome sviluppata da lisachan, e la sua funzione principale è "Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Crunchyroll Filler Labeler

Scarica i file di estensione Crunchyroll Filler Labeler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Crunchyroll Filler Labeler Crunchyroll Filler Labeler
ID jopopmiipgkckbikglanjaefhllojdgd
URL Ufficiale https://chromewebstore.google.com/detail/crunchyroll-filler-labele/jopopmiipgkckbikglanjaefhllojdgd
Descrizione Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…
Dimensione del File 51.83 KB
Conteggio Installazioni 1,157
Versione Corrente 2.0.0
Ultimo Aggiornamento 2024-02-14
Data di Pubblicazione 2019-05-23
Valutazione 3.86/5 Totale 29 Valutazioni
Sviluppatore lisachan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}