Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Co je Clutterfree for Anilist?
Clutterfree for Anilist je rozšíření Chrome vyvinuté Miles Rayne, a jeho hlavní funkcí je „Minimal extension to remove clutter from AniList notifications“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Clutterfree for Anilist
Stáhněte si soubory rozšíření Clutterfree for Anilist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
Oficiální URL | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
Popis | Minimal extension to remove clutter from AniList notifications |
Velikost souboru | 17.81 KB |
Počet instalací | 33 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2023-03-18 |
Datum Vydání | 2023-03-18 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Miles Rayne |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |