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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |