Anilist+ for Anilist
Enhanced AniList experience
Anilist+ for Anilistとは何ですか?
Anilist+ for Anilistはhschweitzerによって開発されたChromeの拡張機能で、その主な機能は「Enhanced AniList experience」です。
拡張機能のスクリーンショット
Anilist+ for Anilist拡張機能のCRXファイルをダウンロード
Anilist+ for Anilist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Current features (0.4): - Proper 'Studio' tab on anime pages - Improved readability of the progress for users with grey theme when using grid lists - Scores in Anime and Manga lists are highlighted from red to green - You no longer need to scroll to the top of the page yourself after clicking certain links. Chrome version: https://github.com/hschweitzer/AniList-Plus Mozilla version: https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/ https://github.com/hschweitzer/Anilist-Plus-Firefox
拡張機能の基本情報
名前 | Anilist+ for Anilist |
ID | elpfbellmnhbenkcdofdbdkneppoekhl |
公式URL | https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl |
説明 | Enhanced AniList experience |
ファイルサイズ | 17.72 KB |
インストール数 | 899 |
現在のバージョン | 0.4.2 |
最終更新日 | 2020-07-22 |
公開日 | 2019-04-09 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | hschweitzer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anilist+ for Anilist", "version": "0.4.2", "description": "Enhanced AniList experience", "page_action": { "default_title": "AniList+ for Anilist", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "64": "images\/icon.png", "128": "images\/icon-128.png" } }, "author": "rirrsmo & hadrian", "content_scripts": [ { "matches": [ "*:\/\/anilist.co\/*" ], "js": [ "list_visual_changes.js", "content-script.js" ], "run_at": "document_end", "all_frames": true } ], "minimum_chrome_version": "50", "permissions": [ "*:\/\/anilist.co\/*" ], "short_name": "AniList+", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "64": "images\/icon.png", "128": "images\/icon-128.png" } } |