-
Notifications
You must be signed in to change notification settings - Fork 26
MyAnimeList Integration
MyAnimeList Integration adds the ability to add and update your MAL directly from 9anime. However, it adds very minimal information to you MAL.
- Add To MAL adds the name of the anime, sets the status as watching and sets the started watching date to today.
- Update MAL only updates the Episode.
For more customization, please use MyAnimeList directly.
Your username and password are stored in Plain Text in chrome.local/browser.local storage ONLY. It is not transmitted anywhere else. I am not responsible for any unwanted changes to your MAL. See the FAQ for more details.
Your username and password are stored in Plain Text in chrome.local/browser.local storage. You can view the saved settings along with all the other settings by inspecting the background.html
and using this code in the console:
chrome.storage.local.get(function (saved) {
console.log(saved);
})
Unless someone else physically inspects the storage or modify the extension, you are safe.
Yup. You can verify your credentials when you are using the integration and remove your credentials when you are not.