Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Apa itu Clutterfree for Anilist?
Clutterfree for Anilist adalah ekstensi Chrome yang dikembangkan oleh Miles Rayne, dan fitur utamanya adalah "Minimal extension to remove clutter from AniList notifications".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clutterfree for Anilist
Unduh file ekstensi Clutterfree for Anilist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
URL Resmi | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
Deskripsi | Minimal extension to remove clutter from AniList notifications |
Ukuran File | 17.81 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2023-03-18 |
Tanggal Publikasi | 2023-03-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Miles Rayne |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |