ニコ動履歴
ニコニコ動画の視聴履歴を残します。
Wat is ニコ動履歴?
ニコ動履歴 is een Chrome-extensie ontwikkeld door https://www.mochi-log.jp, en de belangrijkste functie is "ニコニコ動画の視聴履歴を残します。".
Extensie Screenshots
Download het CRX-bestand van de extensie ニコ動履歴
Download ニコ動履歴-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
ニコニコ動画の視聴履歴を残す拡張です。
- 履歴を5万件記録
- 履歴の個別削除
- 履歴の並び替え
- 履歴のキーワード検索、タグ検索、キーワードを含むタグ検索
などの機能があります。
機能要望やバグ等ありましたらコメントかメールで教えていただけると助かります。
e-mail : [email protected]
twitter : mochixp
【注意】
現在、内部処理を大きく変更しているためバグが多数混入している可能性があります。
バグを見つけた方は、ご一報頂けるとありがたいです。 Basisinformatie over de Extensie
| Naam | |
| ID | hldgbliocaaomajmalgenbhheinjlhgm |
| Officiële URL | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E5%8B%95%E5%B1%A5%E6%AD%B4/hldgbliocaaomajmalgenbhheinjlhgm |
| Beschrijving | ニコニコ動画の視聴履歴を残します。 |
| Bestandsgrootte | 441 KB |
| Aantal Installaties | 11,113 |
| Huidige Versie | 1.10.5 |
| Laatst Bijgewerkt | 2018-10-25 |
| Publicatiedatum | 2018-10-25 |
| Beoordeling | 4.76/5 Totaal 120 Beoordelingen |
| Ontwikkelaar | https://www.mochi-log.jp |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.mochi-log.jp/products/nicohistory.html |
| Help Pagina-URL | http://www.mochi-log.jp/products/nicohistory.html |
| Ondersteunde Talen | 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'"
} | |