TrackEm- Automatic TV-Series, Anime Tracker

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

TrackEm- Automatic TV-Series, Anime Tracker란 무엇입니까?

TrackEm- Automatic TV-Series, Anime Tracker은(는) swaastick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TrackEm- Automatic TV-Series, Anime Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • 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.                    

확장 프로그램 기본 정보

이름 TrackEm- Automatic TV-Series, Anime Tracker TrackEm- Automatic TV-Series, Anime Tracker
ID iikjjglicmjkicbdflpmpahmgpapcdfo
공식 URL https://chromewebstore.google.com/detail/trackem-automatic-tv-seri/iikjjglicmjkicbdflpmpahmgpapcdfo
설명 Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials.
파일 크기 12.25 KB
설치 횟수 22
현재 버전 1.0
최근 업데이트 2021-04-22
출시 날짜 2021-04-19
평점 4.60/5 총 5 개의 평점
개발자 swaastick
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}