nicoRC

ニコニコ動画プレイヤーをあの頃に戻す拡張 by 3846masa

Wat is nicoRC?

nicoRC is een Chrome-extensie ontwikkeld door https://app.mikumiku.moe, en de belangrijkste functie is "ニコニコ動画プレイヤーをあの頃に戻す拡張 by 3846masa".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie nicoRC

Download nicoRC-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

                        ニコニコ動画プレイヤーをあの頃に戻す拡張
Website : http://3846masa.web.fc2.com/

0.1.0: 初版
0.1.1: 致命的なバグの修正
0.1.1.2: Flashインストールの通知削除
0.1.1.3: i.nicovideo.jpが使えなくなったことによる微細なバグを修正                    

Basisinformatie over de Extensie

Naam nicoRC nicoRC
ID hbnkckjjmfndajfdkdnkhlkpgjhmnfci
Officiële URL https://chromewebstore.google.com/detail/nicorc/hbnkckjjmfndajfdkdnkhlkpgjhmnfci
Beschrijving ニコニコ動画プレイヤーをあの頃に戻す拡張 by 3846masa
Bestandsgrootte 272 KB
Aantal Installaties 51
Huidige Versie 0.1.1.3
Laatst Bijgewerkt 2016-06-05
Publicatiedatum 2016-06-04
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://app.mikumiku.moe
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "comment.css"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "nicoRC.js"
            ],
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/sm*",
                "http:\/\/www.nicovideo.jp\/watch\/so*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u3042\u306e\u9803\u306b\u623b\u3059\u62e1\u5f35 by 3846masa",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "nicoRC",
    "permissions": [
        "http:\/\/*.nicovideo.jp\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1.3",
    "web_accessible_resources": [
        "img\/*"
    ]
}