nicofseek
ニコニコ動画に固定秒数シークするボタンを追加します。
What is nicofseek?
nicofseek is a Chrome extension developed by @kusano_k, and its main feature is "ニコニコ動画に固定秒数シークするボタンを追加します。".
Extension Screenshots
Download nicofseek Extension CRX File
Download nicofseek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | nicofseek |
ID | neagipiajpnpnonobcilbljbmcfgchif |
Official URL | https://chromewebstore.google.com/detail/nicofseek/neagipiajpnpnonobcilbljbmcfgchif |
Description | ニコニコ動画に固定秒数シークするボタンを追加します。 |
File Size | 39.64 KB |
Installation Count | 15 |
Current Version | 0.0.1 |
Last Updated | 2014-11-29 |
Publish Date | 2014-11-29 |
Developer | @kusano_k |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nicofseek", "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306b\u56fa\u5b9a\u79d2\u6570\u30b7\u30fc\u30af\u3059\u308b\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002", "version": "0.0.1", "permissions": [ "http:\/\/www.nicovideo.jp\/" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.nicovideo.jp\/watch\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ] } ] } |