aniTrack

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

Co to jest aniTrack?

aniTrack to rozszerzenie Chrome opracowane przez JohnDinhCodes, a jego główną funkcją jest „Automatically keep track of what episode you are on in an anime!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia aniTrack

Pobierz pliki rozszerzeń aniTrack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa aniTrack aniTrack
ID nobmbldhlggcgmhkjeahdnjpcgoclhif
Oficjalny URL https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif
Opis Automatically keep track of what episode you are on in an anime!
Rozmiar pliku 183 KB
Liczba instalacji 268
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2020-01-21
Data Publikacji 2020-01-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper JohnDinhCodes
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}