AniKeep
Add and manage all the anime you are currently watching!
AniKeep란 무엇입니까?
AniKeep은(는) alberttjin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add and manage all the anime you are currently watching!"입니다.
확장 프로그램 스크린샷
AniKeep 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What does it do? 1. Press the add button on any 4anime or Kissanime page for a specific anime and it will add that anime to your list. Ex. https://www.crunchyroll.com/dr-stone/episode-4-fire-the-smoke-signal-786944 pressing add on this page will Dr. Stone, episode 4 to your list. 2. Navigate to any episode and the list will automatically update ur most recently watched episode 3. Will tell you if theres a new episode that you haven't watched yet! 4. Delete anime from your list at any time! Currently supports 4 websites: crunchyroll.com, kissanime.ru, 4anime.to, gogoanimes.tv
확장 프로그램 기본 정보
이름 | |
ID | ncgkkdcchhbhbcfbigmjkmgocgodnapg |
공식 URL | https://chrome.google.com/webstore/detail/anikeep/ncgkkdcchhbhbcfbigmjkmgocgodnapg |
설명 | Add and manage all the anime you are currently watching! |
파일 크기 | 49.62 KB |
설치 횟수 | 20 |
현재 버전 | 3.1 |
최근 업데이트 | 2019-08-19 |
출시 날짜 | 2019-08-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | alberttjin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AniKeep", "version": "3.1", "description": "Add and manage all the anime you are currently watching!", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js", "js\/utils.js", "js\/api.js", "js\/parser.js", "js\/animeUtils\/kissanime.js", "js\/animeUtils\/4anime.js", "js\/animeUtils\/crunchyroll.js", "js\/animeUtils\/gogoanime.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "150": "images\/icon150.png" }, "manifest_version": 2 } |