Soyjak.party mass replier

Quickly mass reply on soyjak.party.

Soyjak.party mass replierとは何ですか?

Soyjak.party mass replierはmf_doomerによって開発されたChromeの拡張機能で、その主な機能は「Quickly mass reply on soyjak.party.」です。

拡張機能のスクリーンショット

screenshot

Soyjak.party mass replier拡張機能のCRXファイルをダウンロード

Soyjak.party mass replier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Effortlessly give every poster in a soyjak.party thread a (you) with the click of a button! This add-on adds an icon to your browser's toolbar that pastes a link to every post in a soyjak.party thread into the reply box. Use this when you are bored and want to get everybody's attention. A must-have tool for any professional soyteen.                    

拡張機能の基本情報

名前 Soyjak.party mass replier Soyjak.party mass replier
ID knafmmenpjhffdijpmojlmdpbnlpkdlc
公式URL https://chromewebstore.google.com/detail/soyjakparty-mass-replier/knafmmenpjhffdijpmojlmdpbnlpkdlc
説明 Quickly mass reply on soyjak.party.
ファイルサイズ 188 KB
インストール数 18
現在のバージョン 1.00
最終更新日 2021-12-16
公開日 2021-12-16
評価 4.00/5 合計 1 レビュー
開発者 mf_doomer
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soyjak.party mass replier",
    "version": "1.00",
    "author": "mf_doomer",
    "description": "Quickly mass reply on soyjak.party.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/soyjak.party\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "massreply.js"
            ]
        }
    ]
}