Soyjak.party mass replier
Quickly mass reply on soyjak.party.
Wat is Soyjak.party mass replier?
Soyjak.party mass replier is een Chrome-extensie ontwikkeld door mf_doomer, en de belangrijkste functie is "Quickly mass reply on soyjak.party.".
Extensie Screenshots
Download het CRX-bestand van de extensie Soyjak.party mass replier
Download Soyjak.party mass replier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Soyjak.party mass replier |
ID | knafmmenpjhffdijpmojlmdpbnlpkdlc |
Officiële URL | https://chromewebstore.google.com/detail/soyjakparty-mass-replier/knafmmenpjhffdijpmojlmdpbnlpkdlc |
Beschrijving | Quickly mass reply on soyjak.party. |
Bestandsgrootte | 188 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.00 |
Laatst Bijgewerkt | 2021-12-16 |
Publicatiedatum | 2021-12-16 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mf_doomer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |