Misstter

Misstter

What is Misstter?

Misstter is a Chrome extension developed by aranoyuki1, and its main feature is "Misstter".

Extension Screenshots

screenshot

Download Misstter Extension CRX File

Download Misstter 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からMisskeyに投稿できる拡張機能です!テキストだけではなく画像も投稿してくれるので統合が簡単になります。Misskeyへの投稿はTwitterのボタンから行うので、Misskeyに大量の投稿が流れてしまうことはありません。

【使用方法】
1. 拡張機能のPopupから Misskey のTokenを設定してください。
2. Misskey.io 以外のサーバーを使う場合はサーバーを設定してください。                    

Extension Basic Information

Name Misstter Misstter
ID apepechijpaheieelimdgbnjcecobhpp
Official URL https://chromewebstore.google.com/detail/misstter/apepechijpaheieelimdgbnjcecobhpp
Description Misstter
File Size 940 KB
Installation Count 1,196
Current Version 1.0.7
Last Updated 2023-08-08
Publish Date 2023-07-27
Rating 4.33/5 Total 6 Ratings
Developer aranoyuki1
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Misstter",
    "description": "Misstter",
    "version": "1.0.7",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "128": "icons\/icon_128x128.png",
        "256": "icons\/icon_256x256.png",
        "512": "icons\/icon_512x512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/example.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "misskey_icon.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}