niconico scale changer

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

Wat is niconico scale changer?

niconico scale changer is een Chrome-extensie ontwikkeld door https://nitroniconico.herokuapp.com, en de belangrijkste functie is "ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie niconico scale changer

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

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

Basisinformatie over de Extensie

Naam niconico scale changer niconico scale changer
ID chkchbecbamdidnfcpickjpengffghdj
Officiële URL https://chromewebstore.google.com/detail/niconico-scale-changer/chkchbecbamdidnfcpickjpengffghdj
Beschrijving ニコニコ動画の動画・コメント欄などの高さ・幅を変更できます。
Bestandsgrootte 219 KB
Aantal Installaties 146
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-01-03
Publicatiedatum 2014-01-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://nitroniconico.herokuapp.com
Betalingswijze free
Ondersteunde Talen 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
}