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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |