TrackEm- Automatic TV-Series, Anime Tracker

Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials.

Qu'est-ce que TrackEm- Automatic TV-Series, Anime Tracker ?

TrackEm- Automatic TV-Series, Anime Tracker est une extension Chrome développée par swaastick, et sa fonction principale est "Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TrackEm- Automatic TV-Series, Anime Tracker

Téléchargez les fichiers d'extension TrackEm- Automatic TV-Series, Anime Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        • Works with all sites.

• Click on the extension icon to view your past series.

• You can edit the title name as per your wish.

• Clicking on the last episode number will directly redirect you to that episode.

• You can remove a Series if you have already watched it or don't want it to be tracked by pressing the X icon next to it.


It uses your Chrome History to generate the Series list. You need to watch atleast 2 episode for a series to be considered.

The project is open Sourced and can be found here :
https://github.com/mightomi/TrackEm-Chrome-Extension

If by chance a Series isn't showing in the extension popup you can mail that URL at [email protected] . I will work on it asap.                    

Informations de Base sur l'Extension

Nom TrackEm- Automatic TV-Series, Anime Tracker TrackEm- Automatic TV-Series, Anime Tracker
ID iikjjglicmjkicbdflpmpahmgpapcdfo
URL Officiel https://chromewebstore.google.com/detail/trackem-automatic-tv-seri/iikjjglicmjkicbdflpmpahmgpapcdfo
Description Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials.
Taille du Fichier 12.25 KB
Nombre d'Installations 22
Version Actuelle 1.0
Dernière Mise à Jour 2021-04-22
Date de Publication 2021-04-19
Évaluation 4.60/5 Total 5 Évaluations
Développeur swaastick
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrackEm- Automatic TV-Series, Anime Tracker",
    "description": "Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials. ",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "storage"
    ]
}