グルドン拡張

グルドンの画面を便利にするやつ

What is グルドン拡張?

グルドン拡張 is a Chrome extension developed by yager, and its main feature is "グルドンの画面を便利にするやつ".

Extension Screenshots

screenshot
screenshot
screenshot

Download グルドン拡張 Extension CRX File

Download グルドン拡張 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://mstdn.guru/)の画面を便利にします。

== 機能 ==
* Mixlrプレイヤーを画面左下あたりに常設(ver0.1)
* drikin YouTubeチャンネルの最新動画を画面左下あたりに常設(ver0.3)

== 更新履歴 ==
* ver0.6
  - 入力欄を隠さないように最小化機能を追加
  - backspace.fm関連リンクを追加
* ver0.5
  - ライブ配信プレイヤーをMixlrからTwitchに変更
* ver0.4
  - 追加されたYouTubeやMixlrプレイヤーが操作できない不具合を修正
* ver0.3
  - drikin YouTubeチャンネルの最新動画を画面左下あたりに常設
* ver0.2
  - Mixlrプレイヤーの表示サイズを最小化
  - 上級者向けUIでMixlrプレイヤーが重複して表示される問題を修正
* ver0.1
  - Mixlrプレイヤーを画面左下あたりに常設                    

Extension Basic Information

Name グルドン拡張 グルドン拡張
ID eohgpjhikaipnifodhomaimgmhfhkjfn
Official URL https://chromewebstore.google.com/detail/%E3%82%B0%E3%83%AB%E3%83%89%E3%83%B3%E6%8B%A1%E5%BC%B5/eohgpjhikaipnifodhomaimgmhfhkjfn
Description グルドンの画面を便利にするやつ
File Size 4.51 KB
Installation Count 164
Current Version 0.6
Last Updated 2022-10-06
Publish Date 2020-09-06
Developer yager
Email [email protected]
Payment Type free
Extension Website https://github.com/yager/mstdn.guru.EX
Help Page URL https://github.com/yager/mstdn.guru.EX
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30b0\u30eb\u30c9\u30f3\u62e1\u5f35",
    "description": "\u30b0\u30eb\u30c9\u30f3\u306e\u753b\u9762\u3092\u4fbf\u5229\u306b\u3059\u308b\u3084\u3064",
    "version": "0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mstdn.guru\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}