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 拡張機能の基本情報
| 名前 | |
| ID | ahcnhicbflgjhemogkbiknblbogeemih |
| 公式URL | 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 |
| Eメール | [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"
}
]
} | |