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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Soyjak.party mass replier |
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" ] } ] } |