AnimeTake Watcher
A simple extension that highlights favorited shows on AnimeTake
AnimeTake Watcherคืออะไร?
AnimeTake Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lunyx และคุณลักษณะหลักของมันคือ "A simple extension that highlights favorited shows on AnimeTake"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnimeTake Watcher
ดาวน์โหลดไฟล์ส่วนขยาย AnimeTake Watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is designed to be used on AnimeTake.com. You can add shows to your watch list from the download page of any episode. Shows on your watch list will have their name highlighted in yellow so that you can easily see them on the main page. Great for keeping track of shows that you want to watch each season without having to remember the names of all of them. For any comments or bug reports, please send them to [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iemmmdhaohepnnibpbdbeamkgpmkoahj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/animetake-watcher/iemmmdhaohepnnibpbdbeamkgpmkoahj |
คำอธิบาย | A simple extension that highlights favorited shows on AnimeTake |
ขนาดไฟล์ | 169 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-10-11 |
วันที่เผยแพร่ | 2014-10-11 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Lunyx |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.animetake.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnimeTake Watcher", "description": "A simple extension that highlights favorited shows on AnimeTake", "version": "1.0", "background": { "scripts": [ ".\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.animetake.com\/*" ], "js": [ ".\/js\/jquery-2.0.3.min.js", ".\/js\/json.js", ".\/js\/jstorage.js", ".\/js\/content.js" ] } ], "page_action": { "default_title": "AnimeTake Watcher", "default_icon": "img\/at.png", "default_popup": "popup.html" }, "icons": { "128": "img\/yoko.png" } } |