Clutterfree for Anilist

Minimal extension to remove clutter from AniList notifications

什么是Clutterfree for Anilist?

Clutterfree for Anilist是由Miles Rayne开发的Chrome扩展程序,该扩展的主要功能是“Minimal extension to remove clutter from AniList notifications”。

扩展截图

screenshot
screenshot

下载Clutterfree for Anilist扩展crx文件

下载Clutterfree for Anilist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Clutterfree for Anilist is a minimalistic browser extension for removing clutter from AniList notifications.
Its core feature is the option to group similar notifications (such as activity likes) of the /notifications page on AniList into single items that can be expanded to show individual details when needed.                    

扩展基本信息

名称 Clutterfree for Anilist Clutterfree for Anilist
ID hfgmcmijjnccacoefjdndepfkbaejllb
官方URL https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb
简介 Minimal extension to remove clutter from AniList notifications
文件大小 17.81 KB
安装次数 33
当前版本 1.1.2
更新时间 2023-03-18
上架时间 2023-03-18
评分 5.00/5 共1次评分
开发者 Miles Rayne
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clutterfree for Anilist",
    "description": "Minimal extension to remove clutter from AniList notifications",
    "version": "1.1.2",
    "author": "Miles Rayne",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/anilist.co\/*"
            ],
            "js": [
                "polyfill.js",
                "clutterfree.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/anilist.co\/*"
            ],
            "resources": [
                "css\/clutterfree.css"
            ]
        }
    ]
}