ニコ動履歴

ニコニコ動画の視聴履歴を残します。

What is ニコ動履歴?

ニコ動履歴 is a Chrome extension developed by https://www.mochi-log.jp, and its main feature is "ニコニコ動画の視聴履歴を残します。".

Extension Screenshots

screenshot
screenshot
screenshot

Download ニコ動履歴 Extension CRX File

Download ニコ動履歴 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ニコニコ動画の視聴履歴を残す拡張です。

- 履歴を5万件記録
- 履歴の個別削除
- 履歴の並び替え
- 履歴のキーワード検索、タグ検索、キーワードを含むタグ検索

などの機能があります。

機能要望やバグ等ありましたらコメントかメールで教えていただけると助かります。

e-mail  : [email protected]
twitter  : mochixp

【注意】
現在、内部処理を大きく変更しているためバグが多数混入している可能性があります。
バグを見つけた方は、ご一報頂けるとありがたいです。                    

Extension Basic Information

Name ニコ動履歴 ニコ動履歴
ID hldgbliocaaomajmalgenbhheinjlhgm
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E5%8B%95%E5%B1%A5%E6%AD%B4/hldgbliocaaomajmalgenbhheinjlhgm
Description ニコニコ動画の視聴履歴を残します。
File Size 441 KB
Installation Count 11,113
Current Version 1.10.5
Last Updated 2018-10-25
Publish Date 2018-10-25
Rating 4.76/5 Total 120 Ratings
Developer https://www.mochi-log.jp
Email [email protected]
Payment Type free
Extension Website http://www.mochi-log.jp/products/nicohistory.html
Help Page URL http://www.mochi-log.jp/products/nicohistory.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u52d5\u5c65\u6b74",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u8996\u8074\u5c65\u6b74\u3092\u6b8b\u3057\u307e\u3059\u3002",
    "version": "1.10.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "http:\/\/ext.nicovideo.jp\/api\/*",
        "http:\/\/live.nicovideo.jp\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/live.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "\/js\/livewatch.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-2.0.3.min.js",
            "\/js\/background.js"
        ]
    },
    "icons": {
        "128": "image\/icon128.png",
        "48": "image\/icon48.png",
        "19": "image\/icon19.png",
        "16": "image\/icon19.png"
    },
    "browser_action": {
        "default_icon": "image\/icon19.png",
        "default_title": "\u30cb\u30b3\u52d5\u5c65\u6b74"
    },
    "options_page": "config.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}