Soyjak.party mass replier

Quickly mass reply on soyjak.party.

Qu'est-ce que Soyjak.party mass replier ?

Soyjak.party mass replier est une extension Chrome développée par mf_doomer, et sa fonction principale est "Quickly mass reply on soyjak.party.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Soyjak.party mass replier

Téléchargez les fichiers d'extension Soyjak.party mass replier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Soyjak.party mass replier Soyjak.party mass replier
ID knafmmenpjhffdijpmojlmdpbnlpkdlc
URL Officiel https://chromewebstore.google.com/detail/soyjakparty-mass-replier/knafmmenpjhffdijpmojlmdpbnlpkdlc
Description Quickly mass reply on soyjak.party.
Taille du Fichier 188 KB
Nombre d'Installations 18
Version Actuelle 1.00
Dernière Mise à Jour 2021-12-16
Date de Publication 2021-12-16
Évaluation 4.00/5 Total 1 Évaluations
Développeur mf_doomer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}