AniList Extras
Adds a few additional features to AniList.
什麼是AniList Extras?
AniList Extras是由pilar6195開發的Chrome擴展程式,該擴展的主要功能是“Adds a few additional features to AniList.”。
擴展截圖
下載AniList Extras擴展crx文件
下載AniList Extras擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Adds character data from MyAnimeList since most of the time AniList does not have a complete character list. - Adds OP/ED data from MyAnimeList. - Toggle to display character/staff lists as grid (default) or as a list. - Adds Anilist link to MyAnimeList pages. - Adds the total amount of following, followers, forum threads, and forum comments a user has to the social tab of the user's profile. More info can be found on the Github repo: https://github.com/pilar6195/AniList-Extras
擴展基本資訊
名稱 | AniList Extras |
ID | ahcnhicbflgjhemogkbiknblbogeemih |
官方網址 | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
簡介 | Adds a few additional features to AniList. |
檔案大小 | 15.96 KB |
安裝次數 | 1,000 |
目前版本 | 1.2.0 |
更新時間 | 2019-10-22 |
上架時間 | 2019-10-22 |
評分 | 4.45/5 共 11 次評分 |
開發者 | pilar6195 |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/pilar6195/AniList-Extras |
隱私政策頁面URL | https://pilar.moe/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AniList Extras", "description": "Adds a few additional features to AniList.", "version": "1.2.0", "minimum_chrome_version": "60.0.3112", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/anilist.co\/*", "https:\/\/graphql.anilist.co\/*", "https:\/\/api.jikan.moe\/*" ], "content_scripts": [ { "matches": [ "https:\/\/anilist.co\/*", "https:\/\/myanimelist.net\/*" ], "js": [ "polyfill.js", "anilist-extras.user.js" ], "run_at": "document_start" } ] } |