ニコ動履歴
ニコニコ動画の視聴履歴を残します。
Qu'est-ce que ニコ動履歴 ?
ニコ動履歴 est une extension Chrome développée par https://www.mochi-log.jp, et sa fonction principale est "ニコニコ動画の視聴履歴を残します。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ニコ動履歴
Téléchargez les fichiers d'extension ニコ動履歴 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
ニコニコ動画の視聴履歴を残す拡張です。 - 履歴を5万件記録 - 履歴の個別削除 - 履歴の並び替え - 履歴のキーワード検索、タグ検索、キーワードを含むタグ検索 などの機能があります。 機能要望やバグ等ありましたらコメントかメールで教えていただけると助かります。 e-mail : [email protected] twitter : mochixp 【注意】 現在、内部処理を大きく変更しているためバグが多数混入している可能性があります。 バグを見つけた方は、ご一報頂けるとありがたいです。
Informations de Base sur l'Extension
Nom | ニコ動履歴 |
ID | hldgbliocaaomajmalgenbhheinjlhgm |
URL Officiel | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E5%8B%95%E5%B1%A5%E6%AD%B4/hldgbliocaaomajmalgenbhheinjlhgm |
Description | ニコニコ動画の視聴履歴を残します。 |
Taille du Fichier | 441 KB |
Nombre d'Installations | 11,113 |
Version Actuelle | 1.10.5 |
Dernière Mise à Jour | 2018-10-25 |
Date de Publication | 2018-10-25 |
Évaluation | 4.76/5 Total 120 Évaluations |
Développeur | https://www.mochi-log.jp |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.mochi-log.jp/products/nicohistory.html |
URL de la Page d'Aide | http://www.mochi-log.jp/products/nicohistory.html |
Langues Prises en Charge | 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'" } |