NicoruCountFix
ニコられた数が9+以上表示されないのを直す拡張機能
Wat is NicoruCountFix?
NicoruCountFix is een Chrome-extensie ontwikkeld door takusan_23, en de belangrijkste functie is "ニコられた数が9+以上表示されないのを直す拡張機能".
Extensie Screenshots
Download het CRX-bestand van de extensie NicoruCountFix
Download NicoruCountFix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
この拡張機能では、ニコられた数を9+ではなく正しい数に戻します。 300回ニコられていれば9+ではなく300と表示するように直します。 ソースコード→https://github.com/takusan23/NicoruCountFix
Basisinformatie over de Extensie
Naam | NicoruCountFix |
ID | hfjbbhoeogmcfembakhiekefakkplbie |
Officiële URL | https://chromewebstore.google.com/detail/nicorucountfix/hfjbbhoeogmcfembakhiekefakkplbie |
Beschrijving | ニコられた数が9+以上表示されないのを直す拡張機能 |
Bestandsgrootte | 11.67 KB |
Aantal Installaties | 250 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2019-12-15 |
Publicatiedatum | 2019-12-14 |
Ontwikkelaar | takusan_23 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |