AnimeTake Watcher
A simple extension that highlights favorited shows on AnimeTake
AnimeTake Watcher là gì?
AnimeTake Watcher là một tiện ích mở rộng Chrome được phát triển bởi Lunyx, và tính năng chính của nó là "A simple extension that highlights favorited shows on AnimeTake".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AnimeTake Watcher
Tải xuống các tệp mở rộng AnimeTake Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iemmmdhaohepnnibpbdbeamkgpmkoahj |
URL Chính Thức | https://chrome.google.com/webstore/detail/animetake-watcher/iemmmdhaohepnnibpbdbeamkgpmkoahj |
Mô tả | A simple extension that highlights favorited shows on AnimeTake |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-10-11 |
Ngày Phát Hành | 2014-10-11 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Lunyx |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.animetake.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |