Clutterfree for Anilist

Minimal extension to remove clutter from AniList notifications

Wat is Clutterfree for Anilist?

Clutterfree for Anilist is een Chrome-extensie ontwikkeld door Miles Rayne, en de belangrijkste functie is "Minimal extension to remove clutter from AniList notifications".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clutterfree for Anilist

Download Clutterfree for Anilist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clutterfree for Anilist Clutterfree for Anilist
ID hfgmcmijjnccacoefjdndepfkbaejllb
Officiële URL https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb
Beschrijving Minimal extension to remove clutter from AniList notifications
Bestandsgrootte 17.81 KB
Aantal Installaties 33
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-03-18
Publicatiedatum 2023-03-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Miles Rayne
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}