ニコ生次枠移動Zero

ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。

What is ニコ生次枠移動Zero?

ニコ生次枠移動Zero is a Chrome extension developed by 特濃, and its main feature is "ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。".

Extension Screenshots

screenshot

Download ニコ生次枠移動Zero Extension CRX File

Download ニコ生次枠移動Zero extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        恐らく不具合がありますが、再公開します。修正はしません。

ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。一応原宿でも使えます。
ゲーム配信で連続的に枠を取っている放送を見るときなどにどうぞ。
自動的に枠移動したり、自動的にプレイヤートップまで移動したりする機能があります。
作者さんの連絡先がわからないため勝手に対応したので、不都合がありましたら@qwtnkまでお知らせ下さい。

更新履歴
v0.1.3: 「遷移ON/OFF」の名称を「スクロールON/OFF」に変更。
v0.1.2: 長いタイトルの場合ON/OFF切り替えが困難になるため、位置を移動。
v0.1.1: スクロールあった方が便利なので、「遷移ON/OFF」を適当に実装。
v0.1.0: 私用で使っていた物を一般公開。                    

Extension Basic Information

Name ニコ生次枠移動Zero ニコ生次枠移動Zero
ID fhflmkedbfijbjhbiihejhkkejjahebp
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E7%94%9F%E6%AC%A1%E6%9E%A0%E7%A7%BB%E5%8B%95zero/fhflmkedbfijbjhbiihejhkkejjahebp
Description ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。
File Size 52.71 KB
Installation Count 6,597
Current Version 0.1.3
Last Updated 2013-11-08
Publish Date 2013-11-08
Rating 3.76/5 Total 96 Ratings
Developer 特濃
Payment Type free
Extension Website http://www.nicofind.com/
Supported Languages ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.7.2.min.js",
                "move.js"
            ],
            "matches": [
                "http:\/\/live.nicovideo.jp\/watch\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "\u30cb\u30b3\u751f\u6b21\u67a0\u79fb\u52d5\uff08http:\/\/goo.gl\/F9Alj\uff09\u306eZero\u5bfe\u5fdc\u7248\u3067\u3059\u3002",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "name": "\u30cb\u30b3\u751f\u6b21\u67a0\u79fb\u52d5Zero",
    "permissions": [
        "http:\/\/*.nicovideo.jp\/"
    ],
    "version": "0.1.3"
}