ニコ生入場アシスト(β)

ニコニコ生放送の開場時間に自動で入場します。

What is ニコ生入場アシスト(β)?

ニコ生入場アシスト(β) is a Chrome extension developed by https://www.usamimi.info/~t4number/nnlaa, and its main feature is "ニコニコ生放送の開場時間に自動で入場します。".

Extension Screenshots

screenshot

Download ニコ生入場アシスト(β) Extension CRX File

Download ニコ生入場アシスト(β) 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

                        ニコニコ生放送の番組ページで設定すると、開場時間に自動で入場します。
番組ページの右クリックメニューやリンクから設定できます。

※ニコニコ生放送の混雑状況により、アクセス制限ページに遷移する・読み込みが完了しない等、入場に失敗する場合があります。
※入場に失敗した場合の補償はできません。悪しからず。
※入場後の座席の位置は保証できません。悪しからず。
※その他、「ニコ生入場アシスト(β)」の利用によって発生した損失や損害に関して作者は一切責任を負いません。念のため。

● 0.9.3 の変更点
・ニコ生の https 化に対応しました。
・既に放送中か判定する処理を修正しました。

● 0.9.2.1 の変更点
・「リンクをこのタブで開く」の動作を修正しました。
・/gate/ の URL で正しく動作しなかった不具合を修正しました。                    

Extension Basic Information

Name ニコ生入場アシスト(β) ニコ生入場アシスト(β)
ID clpkogkeflllfhidkdmcihadhnghljjg
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E7%94%9F%E5%85%A5%E5%A0%B4%E3%82%A2%E3%82%B7%E3%82%B9%E3%83%88%CE%B2/clpkogkeflllfhidkdmcihadhnghljjg
Description ニコニコ生放送の開場時間に自動で入場します。
File Size 18.74 KB
Installation Count 1,591
Current Version 0.9.3
Last Updated 2019-03-24
Publish Date 2019-03-24
Rating 3.90/5 Total 10 Ratings
Developer https://www.usamimi.info/~t4number/nnlaa
Email [email protected]
Payment Type free
Extension Website http://www.usamimi.info/~t4number/nnlaa/
Help Page URL https://twitter.com/nnlaa_info
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30cb\u30b3\u751f\u5165\u5834\u30a2\u30b7\u30b9\u30c8(\u03b2)",
    "short_name": "\u30cb\u30b3\u751f\u5165\u5834\u30a2\u30b7\u30b9\u30c8(\u03b2)",
    "description": "\u30cb\u30b3\u30cb\u30b3\u751f\u653e\u9001\u306e\u958b\u5834\u6642\u9593\u306b\u81ea\u52d5\u3067\u5165\u5834\u3057\u307e\u3059\u3002",
    "version": "0.9.3",
    "author": "t4num",
    "homepage_url": "http:\/\/www.usamimi.info\/~t4number\/nnlaa",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "http:\/\/live.nicovideo.jp\/*",
        "https:\/\/live.nicovideo.jp\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/icon128.png",
        "images\/bt_close.png",
        "images\/bt_setting.png",
        "images\/cb_activate.png",
        "images\/cb_notification.png",
        "images\/icon_w.png",
        "css\/nnlaa_ch.css",
        "js\/nnlaa_script.js",
        "js\/nnlaa_ga.min.js"
    ]
}