Soyjak.party mass replier

Quickly mass reply on soyjak.party.

Cos'è Soyjak.party mass replier?

Soyjak.party mass replier è un'estensione di Chrome sviluppata da mf_doomer, e la sua funzione principale è "Quickly mass reply on soyjak.party.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Soyjak.party mass replier

Scarica i file di estensione Soyjak.party mass replier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Soyjak.party mass replier Soyjak.party mass replier
ID knafmmenpjhffdijpmojlmdpbnlpkdlc
URL Ufficiale https://chromewebstore.google.com/detail/soyjakparty-mass-replier/knafmmenpjhffdijpmojlmdpbnlpkdlc
Descrizione Quickly mass reply on soyjak.party.
Dimensione del File 188 KB
Conteggio Installazioni 18
Versione Corrente 1.00
Ultimo Aggiornamento 2021-12-16
Data di Pubblicazione 2021-12-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore mf_doomer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}