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文件

下載TrackEm- Automatic TV-Series, Anime Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • 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
官方網址 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"
    ]
}