aniTrack
Automatically keep track of what episode you are on in an anime!
Cos'è aniTrack?
aniTrack è un'estensione di Chrome sviluppata da JohnDinhCodes, e la sua funzione principale è "Automatically keep track of what episode you are on in an anime!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione aniTrack
Scarica i file di estensione aniTrack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
******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!
Informazioni di Base sull'Estensione
Nome | |
ID | nobmbldhlggcgmhkjeahdnjpcgoclhif |
URL Ufficiale | https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif |
Descrizione | Automatically keep track of what episode you are on in an anime! |
Dimensione del File | 183 KB |
Conteggio Installazioni | 268 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2020-01-21 |
Data di Pubblicazione | 2020-01-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | JohnDinhCodes |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |