ニコ生 resizer
ニコニコ生放送用の player をリサイズ
What is ニコ生 resizer?
ニコ生 resizer is a Chrome extension developed by tkawachi, and its main feature is "ニコニコ生放送用の player をリサイズ".
Extension Screenshots
Download ニコ生 resizer Extension CRX File
Download ニコ生 resizer 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
flash 版プレイヤーの公開終了に伴い、本拡張の必要がなくなりました。 http://blog.nicovideo.jp/niconews/87882.html
Extension Basic Information
Name | ニコ生 resizer |
ID | chlkkednboinlgplkodpffelhmcahccg |
Official URL | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E7%94%9F-resizer/chlkkednboinlgplkodpffelhmcahccg |
Description | ニコニコ生放送用の player をリサイズ |
File Size | 36.02 KB |
Installation Count | 14 |
Current Version | 0.0.4 |
Last Updated | 2018-09-30 |
Publish Date | 2018-09-29 |
Developer | tkawachi |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30cb\u30b3\u751f resizer", "description": "\u30cb\u30b3\u30cb\u30b3\u751f\u653e\u9001\u7528\u306e player \u3092\u30ea\u30b5\u30a4\u30ba", "version": "0.0.4", "permissions": [ "tabs", "http:\/\/live.nicovideo.jp\/", "http:\/\/live2.nicovideo.jp\/" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/live.nicovideo.jp\/watch\/*", "http:\/\/live2.nicovideo.jp\/watch\/*" ], "css": [], "js": [ "jquery-3.1.1.slim.min.js", "myscript.js" ] } ] } |