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!”。

扩展截图

screenshot

下载AniKeep扩展crx文件

下载AniKeep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AniKeep AniKeep
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
}