NicoruCountFix
ニコられた数が9+以上表示されないのを直す拡張機能
What is NicoruCountFix?
NicoruCountFix is a Chrome extension developed by takusan_23, and its main feature is "ニコられた数が9+以上表示されないのを直す拡張機能".
Extension Screenshots
Download NicoruCountFix Extension CRX File
Download NicoruCountFix 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
この拡張機能では、ニコられた数を9+ではなく正しい数に戻します。 300回ニコられていれば9+ではなく300と表示するように直します。 ソースコード→https://github.com/takusan23/NicoruCountFix
Extension Basic Information
Name | NicoruCountFix |
ID | hfjbbhoeogmcfembakhiekefakkplbie |
Official URL | https://chromewebstore.google.com/detail/nicorucountfix/hfjbbhoeogmcfembakhiekefakkplbie |
Description | ニコられた数が9+以上表示されないのを直す拡張機能 |
File Size | 11.67 KB |
Installation Count | 250 |
Current Version | 1.1.1 |
Last Updated | 2019-12-15 |
Publish Date | 2019-12-14 |
Developer | takusan_23 |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NicoruCountFix", "version": "1.1.1", "description": "\u30cb\u30b3\u3089\u308c\u305f\u6570\u304c9+\u4ee5\u4e0a\u8868\u793a\u3055\u308c\u306a\u3044\u306e\u3092\u76f4\u3059\u62e1\u5f35\u6a5f\u80fd", "icons": { "48": "icon\/nicoru_count_fix_icon_48.png", "128": "icon\/nicoru_count_fix_icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.nicovideo.jp\/watch\/*" ], "js": [ "nicoru.js" ] } ] } |