Crunchyroll - Anime Score from MyAnimeList
Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
Crunchyroll - Anime Score from MyAnimeList क्या है?
Crunchyroll - Anime Score from MyAnimeList Crunchyroll -Anime- Score from MyAnimeList द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crunchyroll - Anime Score from MyAnimeList एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1) Visit Crunchyroll.com 2) Browse Anime / Shows 3) Thanks to this extension you will be able to see the score of each Anime 4) The score is requested to MyAnimeList.net -it will be cached- 5) Pick an Anime and enjoy it! Right click on the extension icon to access the Options: - Fade low score Anime - Clear Anime score cache New in version 2.0: Crunchyroll beta support
एक्सटेंशन की मूल जानकारी
नाम | Crunchyroll - Anime Score from MyAnimeList |
ID | gmbngnmhdghglmgofmeikkaeipbeoknh |
आधिकारिक URL | https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh |
विवरण | Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net |
फ़ाइल का आकार | 93.79 KB |
स्थापना संख्या | 79 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2021-07-06 |
प्रकाशन तिथि | 2021-06-02 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Crunchyroll -Anime- Score from MyAnimeList |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.buymeacoffee.com/CrunchyrollMAL |
समर्थित भाषाएँ | en,es,es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_popup": "popup\/popup.html" }, "manifest_version": 3, "version": "2.0.1", "permissions": [ "webNavigation", "scripting", "storage", "notifications" ], "host_permissions": [ "*:\/\/*.crunchyroll.com\/*", "*:\/\/*.myanimelist.net\/*" ], "background": { "service_worker": "background-wrapper.js" }, "icons": { "16": "\/logo\/logo.png", "48": "\/logo\/logo.png", "128": "\/logo\/logo.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false } } |