AnimeTake Watcher
A simple extension that highlights favorited shows on AnimeTake
什么是AnimeTake Watcher?
AnimeTake Watcher是由Lunyx开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that highlights favorited shows on AnimeTake”。
扩展截图
下载AnimeTake Watcher扩展crx文件
下载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" } } |