ニコ生次枠移動Zero
ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。
Wat is ニコ生次枠移動Zero?
ニコ生次枠移動Zero is een Chrome-extensie ontwikkeld door 特濃, en de belangrijkste functie is "ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。".
Extensie Screenshots
Download het CRX-bestand van de extensie ニコ生次枠移動Zero
Download ニコ生次枠移動Zero-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
恐らく不具合がありますが、再公開します。修正はしません。 ニコ生次枠移動(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: 私用で使っていた物を一般公開。
Basisinformatie over de Extensie
Naam | ニコ生次枠移動Zero |
ID | fhflmkedbfijbjhbiihejhkkejjahebp |
Officiële 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 |
Beschrijving | ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。 |
Bestandsgrootte | 52.71 KB |
Aantal Installaties | 6,597 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2013-11-08 |
Publicatiedatum | 2013-11-08 |
Beoordeling | 3.76/5 Totaal 96 Beoordelingen |
Ontwikkelaar | 特濃 |
Betalingswijze | free |
Extensiewebsite | http://www.nicofind.com/ |
Ondersteunde Talen | 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" } |