Crunchyroll Filler Labeler

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

Qu'est-ce que Crunchyroll Filler Labeler ?

Crunchyroll Filler Labeler est une extension Chrome développée par lisachan, et sa fonction principale est "Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Crunchyroll Filler Labeler

Téléchargez les fichiers d'extension Crunchyroll Filler Labeler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Crunchyroll Filler Labeler Crunchyroll Filler Labeler
ID jopopmiipgkckbikglanjaefhllojdgd
URL Officiel https://chromewebstore.google.com/detail/crunchyroll-filler-labele/jopopmiipgkckbikglanjaefhllojdgd
Description Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…
Taille du Fichier 51.83 KB
Nombre d'Installations 1,157
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-02-14
Date de Publication 2019-05-23
Évaluation 3.86/5 Total 29 Évaluations
Développeur lisachan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}