MyAnimeTracker
The all-in-one Chrome extension to fit your Anime needs!
Τι είναι το MyAnimeTracker;
Το MyAnimeTracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MyAnimeTracker, και η κύρια λειτουργία του είναι "The all-in-one Chrome extension to fit your Anime needs!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MyAnimeTracker
Λήψη αρχείων επέκτασης MyAnimeTracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Welcome to MyAnimeTracker! The all-in-one Chrome extension to fit your Anime needs! This Chrome extension features two tabs upon installation — My Tracker and Browse. My Tracker allows for users to look through your current anime/manga collection and update episode/chapter counts as you progress! Users also have the option to sort through their collection, sorting by Anime, Manga, or series rating. Users are also allowed to manually change the episode/chapter count by inputting a number (greater than 0). There also is an option to remove any series. Browse allows for users to search for anime/manga to add to their collection! Simply switch the toggle (defaulted to anime) to either anime or manga and search using our search bar! Displayed will have top searches according to user input, alongside an image, title, short synopsis, rating, and button to add to your collection! Whether it’s to help keep track of the anime/manga you have kept up with or rewatching some classics, we know there will be a use case for all anime/manga fans to install MyAnimeTracker! Feel free to reach out to our team, [email protected], for any suggestions or bugs that you encounter! *Note: This extension is kid-friendly, as it filters out mature content*
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nacbkpnddgkkmcllblifchdifigohhoc |
Επίσημο URL | https://chrome.google.com/webstore/detail/myanimetracker/nacbkpnddgkkmcllblifchdifigohhoc |
Περιγραφή | The all-in-one Chrome extension to fit your Anime needs! |
Μέγεθος Αρχείου | 110 KB |
Αριθμός Εγκαταστάσεων | 53 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-09-21 |
Ημερομηνία Δημοσίευσης | 2020-09-21 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | MyAnimeTracker |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyAnimeTracker", "version": "1.0", "description": "The all-in-one Chrome extension to fit your Anime needs!", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com; object-src 'self'", "icons": { "16": "\/assets\/icon16x16.png", "48": "\/assets\/icon48x48.png", "128": "\/assets\/icon128x128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "\/assets\/icon.png" }, "permissions": [ "storage", "https:\/\/*\/*" ], "background": { "scripts": [ "backgroundpage.js" ], "persistent": false } } |