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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swaastick และคุณลักษณะหลักของมันคือ "Automatically keeps tracks of all your TV-Series, Anime, Manga, Light-Novel, or Tutorials."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrackEm- Automatic TV-Series, Anime Tracker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
]
} | |