Series Tracker
This extension lets you to get last episode of a series you watched by searching among the history.
Series Trackerคืออะไร?
Series Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bahadir Tasdemir และคุณลักษณะหลักของมันคือ "This extension lets you to get last episode of a series you watched by searching among the history."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Series Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Series Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Series Tracker lets user to search among chrome history to find last episode of a series to watch the next one.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Series Tracker |
ID | ndoljhbnakbjdfjihamngbjfidgdjcan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/series-tracker/ndoljhbnakbjdfjihamngbjfidgdjcan |
คำอธิบาย | This extension lets you to get last episode of a series you watched by searching among the history. |
ขนาดไฟล์ | 98.34 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2020-05-15 |
วันที่เผยแพร่ | 2020-05-15 |
คะแนน | 2.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Bahadir Tasdemir |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.btasdemir.com/html/privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Series Tracker", "description": "This extension lets you to get last episode of a series you watched by searching among the history.", "version": "1.0.4", "permissions": [ "history", "tabs" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html", "default_title": "Search your series' last episode!" } } |