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
Eメール [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
}