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 |
官方網址 | 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 |
電子郵箱 | hadrian54137@gmail.com |
付費類型 | 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" } } |