Soyjak.party mass replier

Quickly mass reply on soyjak.party.

What is Soyjak.party mass replier?

Soyjak.party mass replier is a Chrome extension developed by mf_doomer, and its main feature is "Quickly mass reply on soyjak.party.".

Extension Screenshots

screenshot

Download Soyjak.party mass replier Extension CRX File

Download Soyjak.party mass replier 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

                        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.                    

Extension Basic Information

Name Soyjak.party mass replier Soyjak.party mass replier
ID knafmmenpjhffdijpmojlmdpbnlpkdlc
Official URL https://chromewebstore.google.com/detail/soyjakparty-mass-replier/knafmmenpjhffdijpmojlmdpbnlpkdlc
Description Quickly mass reply on soyjak.party.
File Size 188 KB
Installation Count 18
Current Version 1.00
Last Updated 2021-12-16
Publish Date 2021-12-16
Rating 4.00/5 Total 1 Ratings
Developer mf_doomer
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}