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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |