ニコ動履歴
ニコニコ動画の視聴履歴を残します。
Vad är ニコ動履歴?
ニコ動履歴 är en Chrome-tillägg utvecklad av https://www.mochi-log.jp, och dess huvudfunktion är "ニコニコ動画の視聴履歴を残します。".
Tilläggsskärmbilder
Ladda ner ニコ動履歴-förlängningens CRX-fil
Ladda ner ニコ動履歴-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ニコニコ動画の視聴履歴を残す拡張です。
- 履歴を5万件記録
- 履歴の個別削除
- 履歴の並び替え
- 履歴のキーワード検索、タグ検索、キーワードを含むタグ検索
などの機能があります。
機能要望やバグ等ありましたらコメントかメールで教えていただけると助かります。
e-mail : [email protected]
twitter : mochixp
【注意】
現在、内部処理を大きく変更しているためバグが多数混入している可能性があります。
バグを見つけた方は、ご一報頂けるとありがたいです。 Grundläggande Information om Tillägg
| Namn | |
| ID | hldgbliocaaomajmalgenbhheinjlhgm |
| Officiell webbadress | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E5%8B%95%E5%B1%A5%E6%AD%B4/hldgbliocaaomajmalgenbhheinjlhgm |
| Beskrivning | ニコニコ動画の視聴履歴を残します。 |
| Filstorlek | 441 KB |
| Antal Installationer | 11,113 |
| Aktuell Version | 1.10.5 |
| Senast Uppdaterad | 2018-10-25 |
| Publiceringsdatum | 2018-10-25 |
| Betyg | 4.76/5 Totalt 120 Betyg |
| Utvecklare | https://www.mochi-log.jp |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.mochi-log.jp/products/nicohistory.html |
| Hjälpsida URL | http://www.mochi-log.jp/products/nicohistory.html |
| Stödda Språk | 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'"
} | |