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 |
公式URL | 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 |
Eメール | [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" ] } ] } |