Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
O que é Clutterfree for Anilist?
Clutterfree for Anilist é uma extensão do Chrome desenvolvida por Miles Rayne, e sua principal característica é "Minimal extension to remove clutter from AniList notifications".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clutterfree for Anilist
Baixe arquivos de extensão Clutterfree for Anilist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
URL Oficial | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
Descrição | Minimal extension to remove clutter from AniList notifications |
Tamanho do Arquivo | 17.81 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.1.2 |
Última Atualização | 2023-03-18 |
Data de Publicação | 2023-03-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Miles Rayne |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |