NicoStyleMeet

GoogleMeetのチャットをニコ生風に流せる拡張機能です。

What is NicoStyleMeet?

NicoStyleMeet is a Chrome extension developed by Yeq6N, and its main feature is "GoogleMeetのチャットをニコ生風に流せる拡張機能です。".

Extension Screenshots

screenshot

Download NicoStyleMeet Extension CRX File

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

                        Google Meetのチャットをニコニコ生放送風に流すことのできる拡張機能です。

インストールすると、Google Meetのチャットが慣れ親しんだニコニコ動画のコメントのようにメイン画面上で見ることができ、チャット欄に気を取られる必要が無くなります。                    

Extension Basic Information

Name NicoStyleMeet NicoStyleMeet
ID kggikmkaolookmhejldmjemfjodhepfh
Official URL https://chromewebstore.google.com/detail/nicostylemeet/kggikmkaolookmhejldmjemfjodhepfh
Description GoogleMeetのチャットをニコ生風に流せる拡張機能です。
File Size 38.05 KB
Installation Count 302
Current Version 1.0
Last Updated 2020-05-29
Publish Date 2020-05-28
Developer Yeq6N
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/Yeq6N
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "description": "GoogleMeet\u306e\u30c1\u30e3\u30c3\u30c8\u3092\u30cb\u30b3\u751f\u98a8\u306b\u6d41\u305b\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "name": "NicoStyleMeet",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}