ニコ動履歴
ニコニコ動画の視聴履歴を残します。
Was ist ニコ動履歴?
ニコ動履歴 ist eine Chrome-Erweiterung, die von https://www.mochi-log.jp entwickelt wurde, und ihr Hauptmerkmal ist "ニコニコ動画の視聴履歴を残します。".
Erweiterungsscreenshots
ニコ動履歴-Erweiterungs-CRX-Datei herunterladen
Laden Sie ニコ動履歴-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ニコニコ動画の視聴履歴を残す拡張です。
- 履歴を5万件記録
- 履歴の個別削除
- 履歴の並び替え
- 履歴のキーワード検索、タグ検索、キーワードを含むタグ検索
などの機能があります。
機能要望やバグ等ありましたらコメントかメールで教えていただけると助かります。
e-mail : [email protected]
twitter : mochixp
【注意】
現在、内部処理を大きく変更しているためバグが多数混入している可能性があります。
バグを見つけた方は、ご一報頂けるとありがたいです。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hldgbliocaaomajmalgenbhheinjlhgm |
| Offizielle URL | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E5%8B%95%E5%B1%A5%E6%AD%B4/hldgbliocaaomajmalgenbhheinjlhgm |
| Beschreibung | ニコニコ動画の視聴履歴を残します。 |
| Dateigröße | 441 KB |
| Installationsanzahl | 11,113 |
| Aktuelle Version | 1.10.5 |
| Letztes Update | 2018-10-25 |
| Veröffentlichungsdatum | 2018-10-25 |
| Bewertung | 4.76/5 Insgesamt 120 Bewertungen |
| Entwickler | https://www.mochi-log.jp |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.mochi-log.jp/products/nicohistory.html |
| Hilfeseite URL | http://www.mochi-log.jp/products/nicohistory.html |
| Unterstützte Sprachen | 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'"
} | |