aniTrack
Automatically keep track of what episode you are on in an anime!
Qu'est-ce que aniTrack ?
aniTrack est une extension Chrome développée par JohnDinhCodes, et sa fonction principale est "Automatically keep track of what episode you are on in an anime!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension aniTrack
Téléchargez les fichiers d'extension aniTrack 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
******STILL UNDER DEVELOPMENT****** aniTracker automatically tracks what episode you are on in an anime! No more forgetting where you left off after a long break from binging your favorite anime. On top of automatically tracking your episodes, clicking on the title of the anime will open a tab right to the last episode you watched for convenience! aniTracker supports Crunchyroll GogoAnime WcoStream AnimeFreak and much more!
Informations de Base sur l'Extension
Nom | |
ID | nobmbldhlggcgmhkjeahdnjpcgoclhif |
URL Officiel | https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif |
Description | Automatically keep track of what episode you are on in an anime! |
Taille du Fichier | 183 KB |
Nombre d'Installations | 268 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2020-01-21 |
Date de Publication | 2020-01-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | JohnDinhCodes |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aniTrack", "version": "0.2.0", "description": "Automatically keep track of what episode you are on in an anime!", "author": "John Duy Dinh", "permissions": [ "storage", "tabs" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "aniTracker32.png" }, "icons": { "128": "aniTracker32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |