AniList Extras
Adds a few additional features to AniList.
AniList Extras क्या है?
AniList Extras pilar6195 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a few additional features to AniList."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AniList Extras एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 |
आधिकारिक 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 |
ईमेल | [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" } ] } |