Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Cos'è Clutterfree for Anilist?
Clutterfree for Anilist è un'estensione di Chrome sviluppata da Miles Rayne, e la sua funzione principale è "Minimal extension to remove clutter from AniList notifications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clutterfree for Anilist
Scarica i file di estensione Clutterfree for Anilist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hfgmcmijjnccacoefjdndepfkbaejllb |
| URL Ufficiale | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
| Descrizione | Minimal extension to remove clutter from AniList notifications |
| Dimensione del File | 17.81 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2023-03-18 |
| Data di Pubblicazione | 2023-03-18 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Miles Rayne |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |