Misskey TL-Speed Adjuster

MisskeyのTLが流れるスピードを調節できます。

What is Misskey TL-Speed Adjuster?

Misskey TL-Speed Adjuster is a Chrome extension developed by るてぃ, and its main feature is "MisskeyのTLが流れるスピードを調節できます。".

Extension Screenshots

screenshot

Download Misskey TL-Speed Adjuster Extension CRX File

Download Misskey TL-Speed Adjuster 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

                        MisskeyのTLに流れるノートをランダムに間引きし、TLのスピードを調節できます。
拡張機能のポップアップから設定を変更したあと、Misskeyのページをリロードすることで適用されます。
【推奨設定】
・設定 > 全般 > 「UIのアニメーションを減らす」をオン
・設定 > サウンド > 「ノート」のサウンドをなし or 音量を0

対応するMisskeyバージョンはmisskey.ioで採用されているものに追従しているため、他のサーバーでは上手く動作しないことがあります。
何か要望等ありましたら@[email protected]までご連絡ください。                    

Extension Basic Information

Name Misskey TL-Speed Adjuster Misskey TL-Speed Adjuster
ID afbonolhpinehjgilcglkafhglhlghkf
Official URL https://chromewebstore.google.com/detail/misskey-tl-speed-adjuster/afbonolhpinehjgilcglkafhglhlghkf
Description MisskeyのTLが流れるスピードを調節できます。
File Size 31.01 KB
Installation Count 668
Current Version 1.0.10
Last Updated 2023-07-08
Publish Date 2023-02-20
Rating 5.00/5 Total 1 Ratings
Developer るてぃ
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Misskey TL-Speed Adjuster",
    "version": "1.0.10",
    "manifest_version": 3,
    "description": "Misskey\u306eTL\u304c\u6d41\u308c\u308b\u30b9\u30d4\u30fc\u30c9\u3092\u8abf\u7bc0\u3067\u304d\u307e\u3059\u3002",
    "icons": {
        "16": ".\/icons\/MTSA_icon-16x16.png",
        "48": ".\/icons\/MTSA_icon-48x48.png",
        "128": ".\/icons\/MTSA_icon-128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": ".\/icons\/MTSA_icon-16x16.png",
            "32": ".\/icons\/MTSA_icon-32x32.png",
            "64": ".\/icons\/MTSA_icon-64x64.png"
        },
        "default_popup": ".\/popup\/popup.html",
        "default_title": "Misskey TL-Speed Adjuster"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ]
}