Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Was ist Clutterfree for Anilist?
Clutterfree for Anilist ist eine Chrome-Erweiterung, die von Miles Rayne entwickelt wurde, und ihr Hauptmerkmal ist "Minimal extension to remove clutter from AniList notifications".
Erweiterungsscreenshots
Clutterfree for Anilist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clutterfree for Anilist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hfgmcmijjnccacoefjdndepfkbaejllb |
| Offizielle URL | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
| Beschreibung | Minimal extension to remove clutter from AniList notifications |
| Dateigröße | 17.81 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2023-03-18 |
| Veröffentlichungsdatum | 2023-03-18 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Miles Rayne |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |