Clutterfree for Anilist

Minimal extension to remove clutter from AniList notifications

What is Clutterfree for Anilist?

Clutterfree for Anilist is a Chrome extension developed by Miles Rayne, and its main feature is "Minimal extension to remove clutter from AniList notifications".

Extension Screenshots

screenshot
screenshot

Download Clutterfree for Anilist Extension CRX File

Download Clutterfree for Anilist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Clutterfree for Anilist Clutterfree for Anilist
ID hfgmcmijjnccacoefjdndepfkbaejllb
Official URL https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb
Description Minimal extension to remove clutter from AniList notifications
File Size 17.81 KB
Installation Count 33
Current Version 1.1.2
Last Updated 2023-03-18
Publish Date 2023-03-18
Rating 5.00/5 Total 1 Ratings
Developer Miles Rayne
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}