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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AnimeTake Watcher拡張機能のCRXファイルをダウンロード

AnimeTake Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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].                    

拡張機能の基本情報

名前 AnimeTake Watcher AnimeTake Watcher
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"
    }
}