SeikisoViewer

YoutubeLiveコメント欄拡張

Wat is SeikisoViewer?

SeikisoViewer is een Chrome-extensie ontwikkeld door なかむーら, en de belangrijkste functie is "YoutubeLiveコメント欄拡張".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SeikisoViewer

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

                        YouTubeLiveのコメントをニコニコ動画風に動画上に表示するブラウザ拡張機能

【主機能】
・コメント画面上表示および各種設定
 →表示位置(上または下)
 →表示速度
 →コメントが多い場合の自動透過
・コメント欄のアイコン、名前の表示切り替え
・コメント入力欄の位置変更
 →動画上に透過表示可能(全画面で動画を視聴しながらコメントが可能)
・時間メモ機能
 →メモアイコンクリックでそのタイミングの時間をメモし、
  アーカイブ後の動画にてワンクリックで該当のシーンにジャンプすることが可能

※コメントがスムーズに流れない場合、広告ブロック系の拡張機能を無効にすることで改善されることがあります。                    

Basisinformatie over de Extensie

Naam SeikisoViewer SeikisoViewer
ID dpjjodibolklnnnbflilekpbaddeolpe
Officiële URL https://chromewebstore.google.com/detail/seikisoviewer/dpjjodibolklnnnbflilekpbaddeolpe
Beschrijving YoutubeLiveコメント欄拡張
Bestandsgrootte 178 KB
Aantal Installaties 1,964
Huidige Versie 0.2.3
Laatst Bijgewerkt 2021-02-20
Publicatiedatum 2019-02-10
Beoordeling 3.45/5 Totaal 11 Beoordelingen
Ontwikkelaar なかむーら
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "\u306a\u304b\u3080\u30fc\u3089",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/jquery-ui.min.css",
                "css\/jquery.contextMenu.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.contextMenu.js",
                "js\/clipboard.min.js",
                "js\/popup.js",
                "js\/youtube.js",
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.youtube.com\/channel\/*\/live"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/style.css",
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/jquery-ui.min.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/live_chat*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "YoutubeLive\u30b3\u30e1\u30f3\u30c8\u6b04\u62e1\u5f35",
    "homepage_url": "http:\/\/com.nicovideo.jp\/community\/co3314651",
    "icons": {
        "128": "images\/128.png"
    },
    "manifest_version": 2,
    "name": "SeikisoViewer",
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "0.2.3",
    "web_accessible_resources": [
        "images\/*",
        "sound\/*"
    ]
}