Niconico Check

Check if there is update for the favorite video.

What is Niconico Check?

Niconico Check is a Chrome extension developed by keiko713, and its main feature is "Check if there is update for the favorite video.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Niconico Check Extension CRX File

Download Niconico Check 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

                        ニコニコ動画のマイリストを監視し、最新作(未読動画)がアップロードされたら通知する Google Chrome Extension です。マイリストは、 http://www.nicovideo.jp/mylist/ に続く7桁または8桁のマイリスト番号を入力することで追加出来ます。
(例: http://www.nicovideo.jp/mylist/12345678 の場合は 12345678 を追加)
追加したマイリストは、設定ページから削除出来ます。また、追加済みのマイリストも設定ページより参照出来ます。

ver 1.2 マイリストごとに未読動画を全て既読にする機能を追加しました。
ver 1.3 7桁のマイリストに対応しました。
ver 1.4 1.3でバグありバージョンをアップしてしまったため、バージョンを上げて再配布します。ご迷惑をおかけし申し訳ありませんでした。
ver 1.5 全て既読が一定のマイリストに対して働かなかった問題、サムネイルが表示されない動画があった問題に対応しました。                    

Extension Basic Information

Name Niconico Check Niconico Check
ID iaaagpkhddgfhikkeckfcdfepcbajdad
Official URL https://chromewebstore.google.com/detail/niconico-check/iaaagpkhddgfhikkeckfcdfepcbajdad
Description Check if there is update for the favorite video.
File Size 43.31 KB
Installation Count 150
Current Version 1.7
Last Updated 2022-07-30
Publish Date 2018-02-12
Rating 5.00/5 Total 1 Ratings
Developer keiko713
Email [email protected]
Payment Type free
Extension Website https://github.com/keiko713/niconicocheck
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.7",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "options_page": "options.html",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "default_locale": "ja",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/www.nicovideo.jp\/",
        "history"
    ]
}