Niconico Check
Check if there is update for the favorite video.
Wat is Niconico Check?
Niconico Check is een Chrome-extensie ontwikkeld door keiko713, en de belangrijkste functie is "Check if there is update for the favorite video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Niconico Check
Download Niconico Check-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        ニコニコ動画のマイリストを監視し、最新作(未読動画)がアップロードされたら通知する 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 全て既読が一定のマイリストに対して働かなかった問題、サムネイルが表示されない動画があった問題に対応しました。                     Basisinformatie over de Extensie
| Naam |   |  
| ID | iaaagpkhddgfhikkeckfcdfepcbajdad | 
| Officiële URL | https://chromewebstore.google.com/detail/niconico-check/iaaagpkhddgfhikkeckfcdfepcbajdad | 
| Beschrijving | Check if there is update for the favorite video. | 
| Bestandsgrootte | 43.31 KB | 
| Aantal Installaties | 150 | 
| Huidige Versie | 1.7 | 
| Laatst Bijgewerkt | 2022-07-30 | 
| Publicatiedatum | 2018-02-12 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | keiko713 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/keiko713/niconicocheck | 
| Ondersteunde Talen | 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"
    ]
}  |  |