Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
什麼是Clutterfree for Anilist?
Clutterfree for Anilist是由Miles Rayne開發的Chrome擴展程式,該擴展的主要功能是“Minimal extension to remove clutter from AniList notifications”。
擴展截圖
下載Clutterfree for Anilist擴展crx文件
下載Clutterfree for Anilist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
官方網址 | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
簡介 | Minimal extension to remove clutter from AniList notifications |
檔案大小 | 17.81 KB |
安裝次數 | 33 |
目前版本 | 1.1.2 |
更新時間 | 2023-03-18 |
上架時間 | 2023-03-18 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Miles Rayne |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |