Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Vad är Clutterfree for Anilist?
Clutterfree for Anilist är en Chrome-tillägg utvecklad av Miles Rayne, och dess huvudfunktion är "Minimal extension to remove clutter from AniList notifications".
Tilläggsskärmbilder
Ladda ner Clutterfree for Anilist-förlängningens CRX-fil
Ladda ner Clutterfree for Anilist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
Officiell webbadress | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
Beskrivning | Minimal extension to remove clutter from AniList notifications |
Filstorlek | 17.81 KB |
Antal Installationer | 33 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2023-03-18 |
Publiceringsdatum | 2023-03-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Miles Rayne |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |