niconico scale changer
ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。
What is niconico scale changer?
niconico scale changer is a Chrome extension developed by https://nitroniconico.herokuapp.com, and its main feature is "ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。".
Extension Screenshots
Download niconico scale changer Extension CRX File
Download niconico scale changer 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 | niconico scale changer |
ID | chkchbecbamdidnfcpickjpengffghdj |
Official URL | https://chromewebstore.google.com/detail/niconico-scale-changer/chkchbecbamdidnfcpickjpengffghdj |
Description | ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。 |
File Size | 219 KB |
Installation Count | 146 |
Current Version | 1.0.0 |
Last Updated | 2014-01-03 |
Publish Date | 2014-01-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://nitroniconico.herokuapp.com |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "niconico scale changer", "version": "1.0.0", "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u52d5\u753b\u30fb\u30b3\u30e1\u30f3\u30c8\u6b04\u306a\u3069\u306e\u9ad8\u3055\u30fb\u5e45\u3092\u5909\u66f4\u3067\u304d\u307e\u3059\u3002", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "tabs", "storage", "notifications", "http:\/\/www.nicovideo.jp\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.nicovideo.jp\/watch*" ], "css": [ ".\/style\/panel_common.css", ".\/style\/videopage_style.css" ], "js": [ ".\/script\/jquery-2.0.3.min.js", ".\/script\/object.js", ".\/script\/videopage_script.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/www.nicovideo.jp\/my*", "http:\/\/www.nicovideo.jp\/user*" ], "css": [ ".\/style\/panel_common.css", ".\/style\/nicorepo_style.css" ], "js": [ ".\/script\/jquery-2.0.3.min.js", ".\/script\/object.js", ".\/script\/nicorepo_script.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/www.nicovideo.jp\/*mylist*" ], "css": [ ".\/style\/panel_common.css", ".\/style\/mylist_style.css" ], "js": [ ".\/script\/jquery-2.0.3.min.js", ".\/script\/object.js", ".\/script\/mylist_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon_38.png" }, "background": { "scripts": [ ".\/script\/background.js" ] }, "options_page": "options.html", "manifest_version": 2 } |