Twitter to Misskey

"Twitter to…

What is Twitter to Misskey?

Twitter to Misskey is a Chrome extension developed by zeronosu77108, and its main feature is ""Twitter to…".

Extension Screenshots

screenshot

Download Twitter to Misskey Extension CRX File

Download Twitter to Misskey 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

                        "Twitter to Misskey"は、あなたのTwitterでのつぶやきを簡単にMisskeyにも同時に投稿することを可能にするChrome拡張機能です。この拡張機能により、Twitterのホームタイムラインで新たにツイートを作成するたびに、あなたはそのツイートをMisskeyにも投稿することを選択できます。これにより、あなたはTwitterとMisskeyの両方のフォロワーと効率的にコミュニケーションを取ることができます。

特長:

トグルボタン: あなたのツイートをMisskeyにも投稿するかどうかを制御するための一発ボタン。緑色はMisskeyへの投稿が有効、灰色は無効を意味します。

カスタム可視性: Misskeyの投稿の公開範囲を、'public'(公開), 'home'(ホーム), 'followers'(フォロワー限定)から選択可能。

ユーザー固有の設定: 各TwitterアカウントごとにMisskeyのURLとアクセストークンを設定できます。

簡単なリセット: 必要に応じてMisskeyのURLとアクセストークンをリセットできます。設定はツイートボタンを有効化した際に自動的に求められます。

"Twitter to Misskey" は、あなたがTwitterとMisskeyの両方のプラットフォームで同時に活動することを簡単にします。これにより、あなたは二つのプラットフォームにまたがって自分自身を表現することができます。                    

Extension Basic Information

Name Twitter to Misskey Twitter to Misskey
ID lnegdpgpmgeklpcjapbimiaddaeaaioa
Official URL https://chromewebstore.google.com/detail/twitter-to-misskey/lnegdpgpmgeklpcjapbimiaddaeaaioa
Description "Twitter to…
File Size 6.74 KB
Installation Count 128
Current Version 1.3
Last Updated 2023-07-28
Publish Date 2023-07-24
Rating 3.00/5 Total 1 Ratings
Developer zeronosu77108
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter to Misskey",
    "version": "1.3",
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*:\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}