Neo Mildom
Google Chrome拡張機能。Mildomを縦長ウィンドウで見る際のUIを改良。上に画面, 下にチャット欄の配置に。これぞネオなMildom。
Qu'est-ce que Neo Mildom ?
Neo Mildom est une extension Chrome développée par https://y-dash.net, et sa fonction principale est "Google Chrome拡張機能。Mildomを縦長ウィンドウで見る際のUIを改良。上に画面, 下にチャット欄の配置に。これぞネオなMildom。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Neo Mildom
Téléchargez les fichiers d'extension Neo Mildom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
その他機能 : 縦長ウィンドウでの閲覧時、 ・ 公式による伝書鳩機能全般を非表示にします ・ コメント欄右下に出るランキングバッジを非表示にします 更新履歴は以下をご覧ください。 https://github.com/Y-dash/neo-mildom/releases
Informations de Base sur l'Extension
Nom | |
ID | nnjelmogknklegnlegdpgelpbdmmipal |
URL Officiel | https://chromewebstore.google.com/detail/neo-mildom/nnjelmogknklegnlegdpgelpbdmmipal |
Description | Google Chrome拡張機能。Mildomを縦長ウィンドウで見る際のUIを改良。上に画面, 下にチャット欄の配置に。これぞネオなMildom。 |
Taille du Fichier | 14.35 KB |
Nombre d'Installations | 379 |
Version Actuelle | 0.0.22 |
Dernière Mise à Jour | 2022-02-18 |
Date de Publication | 2020-04-15 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://y-dash.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |