NicoruCountFix

ニコられた数が9+以上表示されないのを直す拡張機能

Hvad er NicoruCountFix?

NicoruCountFix er en Chrome-udvidelse udviklet af takusan_23, og dens hovedfunktion er "ニコられた数が9+以上表示されないのを直す拡張機能".

Udvidelsesskærmbilleder

screenshot

Download NicoruCountFix-udvidelses-CRX-fil

Download NicoruCountFix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        この拡張機能では、ニコられた数を9+ではなく正しい数に戻します。
300回ニコられていれば9+ではなく300と表示するように直します。

ソースコード→https://github.com/takusan23/NicoruCountFix                    

Grundlæggende oplysninger om udvidelsen

Navn NicoruCountFix NicoruCountFix
ID hfjbbhoeogmcfembakhiekefakkplbie
Officiel URL https://chromewebstore.google.com/detail/nicorucountfix/hfjbbhoeogmcfembakhiekefakkplbie
Beskrivelse ニコられた数が9+以上表示されないのを直す拡張機能
Filstørrelse 11.67 KB
Antal Installationer 250
Nuværende Version 1.1.1
Senest Opdateret 2019-12-15
Udgivelsesdato 2019-12-14
Udvikler takusan_23
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}