AniList Extras
Adds a few additional features to AniList.
AniList Extras là gì?
AniList Extras là một tiện ích mở rộng Chrome được phát triển bởi pilar6195, và tính năng chính của nó là "Adds a few additional features to AniList.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AniList Extras
Tải xuống các tệp mở rộng AniList Extras dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AniList Extras |
ID | ahcnhicbflgjhemogkbiknblbogeemih |
URL Chính Thức | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
Mô tả | Adds a few additional features to AniList. |
Kích Thước Tệp | 15.96 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2019-10-22 |
Ngày Phát Hành | 2019-10-22 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | pilar6195 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/pilar6195/AniList-Extras |
URL Trang Chính Sách Bảo Mật | https://pilar.moe/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |