AniKeep
Add and manage all the anime you are currently watching!
AniKeep là gì?
AniKeep là một tiện ích mở rộng Chrome được phát triển bởi alberttjin, và tính năng chính của nó là "Add and manage all the anime you are currently watching!".
Ả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 AniKeep
Tải xuống các tệp mở rộng AniKeep 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ncgkkdcchhbhbcfbigmjkmgocgodnapg |
URL Chính Thức | https://chrome.google.com/webstore/detail/anikeep/ncgkkdcchhbhbcfbigmjkmgocgodnapg |
Mô tả | Add and manage all the anime you are currently watching! |
Kích Thước Tệp | 49.62 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2019-08-19 |
Ngày Phát Hành | 2019-08-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | alberttjin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |