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是由lisachan开发的Chrome扩展程序,该扩展的主要功能是“Watch anime on Crunchyroll while knowing which episodes are fillers. Supports the new design! Never watch One Piece, Naruto,…”。

扩展截图

screenshot
screenshot

下载Crunchyroll Filler Labeler扩展crx文件

下载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"
    ]
}