Anime Update Tracker

Keep track of where you last left off

Τι είναι το Anime Update Tracker;

Το Anime Update Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον colincool100, και η κύρια λειτουργία του είναι "Keep track of where you last left off".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Anime Update Tracker

Λήψη αρχείων επέκτασης Anime Update Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Keep track of your favourite Anime.

Anime Update Tracker is simple way to keep track of all your favourite series on Anime Update, 4anime.to and 9anime.to

Features
* Show Last watched episode for each of the anime you're watching
* Quick resume to jump back to where you left off
* Synchronized storage, so you can track on all your devices
* Localized broadcast times and series artwork
* MAL synchronization. Updates your MAL as you watch
* Dark Mode
* Auto tracking on 4anime.to and 9anime.to

Important
* Extension works better on 4anime.to
* Only "Video" video player on Anime Update is supported. 
* Next Episode does not support new episode uploads and does not work with 9anime.to yet
* Auto tracking means the extension will automatically start tracking whenever you start watching an episode of an anime you've tracked in the past. Note this only works with 4anime.to and 9anime.to

Repository and Usage Guide
https://github.com/l3n0ire/AnimeUpdateTracker#anime-update-tracker

Change log:
1.0.1 - Improved 9anime auto tracking
0.9.9 - Added support for 9anime.to (only episodes no time progress)
0.9.8 - Improved artwork accuracy
0.9.7 - Improved Title and MAL sync accuracy
0.9.6 - Removed Cloud. Working on fix
0.9.5 - Fixed tracking Issue on 4anime
0.9.4 - Auto tracking and loading animations
0.9.3 - Dark Mode
0.9.2 - MAL sync has been fixed. Login again to use.
0.9.1 - MAL sync has been disabled temporarily. Fix coming soon
0.9 - Logout option and next episode quick resume
0.8 - Tracking episodes now updates your MAL
0.7 - Combined "Last watched" and "Currently Watching"
0.6 - Added fix for resume errors caused by " - " in url
0.5 - Added broadcast times and artwork
0.4 - Added support for movies and OVAs
0.3 - Changed refresh time to 5sec to avoid storage error
0.2 - Added support for 4anime.to, style changes, and delete button
0.1 - Only "Video" video player is supported. OVAs not supported.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Anime Update Tracker Anime Update Tracker
ID dfcboajkdkgolnlambnobofpdmejbkmb
Επίσημο URL https://chromewebstore.google.com/detail/anime-update-tracker/dfcboajkdkgolnlambnobofpdmejbkmb
Περιγραφή Keep track of where you last left off
Μέγεθος Αρχείου 49.76 KB
Αριθμός Εγκαταστάσεων 298
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-04-03
Ημερομηνία Δημοσίευσης 2020-10-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής colincool100
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/l3n0ire/AnimeUpdateTracker#anime-update-tracker
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/l3n0ire/AnimeUpdateTracker#anime-update-tracker
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Update Tracker",
    "description": "Keep track of where you last left off",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "storage"
    ]
}