OnliveVtuber Extension
OnliveVtuber extention
What is OnliveVtuber Extension?
OnliveVtuber Extension is a Chrome extension developed by https://vlsapi-web.herokuapp.com, and its main feature is "OnliveVtuber extention".
Extension Screenshots
Download OnliveVtuber Extension Extension CRX File
Download OnliveVtuber Extension 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
インストールして右上のアイコンをクリックするだけでサクッと現在放送中のVtuberの生放送を確認することができます。 表示されているタイトルをクリックすることで生放送にすぐアクセスすることも可能です。
Extension Basic Information
Name | |
ID | canmeemnnapfbcbhodajedpglolalmin |
Official URL | https://chrome.google.com/webstore/detail/onlivevtuber-extension/canmeemnnapfbcbhodajedpglolalmin |
Description | OnliveVtuber extention |
File Size | 25.47 KB |
Installation Count | 44 |
Current Version | 0.4.0 |
Last Updated | 2020-08-23 |
Publish Date | 2020-07-23 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://vlsapi-web.herokuapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/kitune_chan250r |
Help Page URL | https://twitter.com/kitune_chan250r |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OnliveVtuber Extension", "version": "0.4.0", "description": "OnliveVtuber extention", "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" } }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/vtuber-livestatus-api.herokuapp.com\/api\/onlive\/ https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |