aniTrack

Automatically keep track of what episode you are on in an anime!

Wat is aniTrack?

aniTrack is een Chrome-extensie ontwikkeld door JohnDinhCodes, en de belangrijkste functie is "Automatically keep track of what episode you are on in an anime!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie aniTrack

Download aniTrack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ******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!                    

Basisinformatie over de Extensie

Naam aniTrack aniTrack
ID nobmbldhlggcgmhkjeahdnjpcgoclhif
Officiële URL https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif
Beschrijving Automatically keep track of what episode you are on in an anime!
Bestandsgrootte 183 KB
Aantal Installaties 268
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-01-21
Publicatiedatum 2020-01-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar JohnDinhCodes
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}