niconico scale changer

ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。

Hvad er niconico scale changer?

niconico scale changer er en Chrome-udvidelse udviklet af https://nitroniconico.herokuapp.com, og dens hovedfunktion er "ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。".

Udvidelsesskærmbilleder

screenshot

Download niconico scale changer-udvidelses-CRX-fil

Download niconico scale changer-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

                        ニコニコ動画における動画の表示サイズを、サイトが提供する中・大だけでなく、ユーザの好きなものに変更することができます。                    

Grundlæggende oplysninger om udvidelsen

Navn niconico scale changer niconico scale changer
ID chkchbecbamdidnfcpickjpengffghdj
Officiel URL https://chromewebstore.google.com/detail/niconico-scale-changer/chkchbecbamdidnfcpickjpengffghdj
Beskrivelse ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。
Filstørrelse 219 KB
Antal Installationer 146
Nuværende Version 1.0.0
Senest Opdateret 2014-01-03
Udgivelsesdato 2014-01-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://nitroniconico.herokuapp.com
Betalingsmetode free
Understøttede Sprog 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
}