Neo Mildom

Google Chrome拡張機能。Mildomを縦長ウィンドウで見る際のUIを改良。上に画面, 下にチャット欄の配置に。これぞネオなMildom。

What is Neo Mildom?

Neo Mildom is a Chrome extension developed by https://y-dash.net, and its main feature is "Google Chrome拡張機能。Mildomを縦長ウィンドウで見る際のUIを改良。上に画面, 下にチャット欄の配置に。これぞネオなMildom。".

Extension Screenshots

screenshot
screenshot

Download Neo Mildom Extension CRX File

Download Neo Mildom 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

                        その他機能 : 
縦長ウィンドウでの閲覧時、
・ 公式による伝書鳩機能全般を非表示にします
・ コメント欄右下に出るランキングバッジを非表示にします

更新履歴は以下をご覧ください。
https://github.com/Y-dash/neo-mildom/releases                    

Extension Basic Information

Name Neo Mildom Neo Mildom
ID nnjelmogknklegnlegdpgelpbdmmipal
Official URL https://chromewebstore.google.com/detail/neo-mildom/nnjelmogknklegnlegdpgelpbdmmipal
Description Google Chrome拡張機能。Mildomを縦長ウィンドウで見る際のUIを改良。上に画面, 下にチャット欄の配置に。これぞネオなMildom。
File Size 14.35 KB
Installation Count 379
Current Version 0.0.22
Last Updated 2022-02-18
Publish Date 2020-04-15
Rating 4.20/5 Total 5 Ratings
Developer https://y-dash.net
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Neo Mildom",
    "version": "0.0.22",
    "description": "Google Chrome\u62e1\u5f35\u6a5f\u80fd\u3002Mildom\u3092\u7e26\u9577\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u898b\u308b\u969b\u306eUI\u3092\u6539\u826f\u3002\u4e0a\u306b\u753b\u9762, \u4e0b\u306b\u30c1\u30e3\u30c3\u30c8\u6b04\u306e\u914d\u7f6e\u306b\u3002\u3053\u308c\u305e\u30cd\u30aa\u306aMildom\u3002",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Y-dash",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.mildom.com\/*"
            ],
            "css": [
                "styles\/neo-mildom.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/www.mildom.com\/*"
    ]
}