Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Qu'est-ce que Clutterfree for Anilist ?
Clutterfree for Anilist est une extension Chrome développée par Miles Rayne, et sa fonction principale est "Minimal extension to remove clutter from AniList notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clutterfree for Anilist
Téléchargez les fichiers d'extension Clutterfree for Anilist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
URL Officiel | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
Description | Minimal extension to remove clutter from AniList notifications |
Taille du Fichier | 17.81 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2023-03-18 |
Date de Publication | 2023-03-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Miles Rayne |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |