모두의 랜덤 디펜스 제출 유틸리티
모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.
모두의 랜덤 디펜스 제출 유틸리티とは何ですか?
모두의 랜덤 디펜스 제출 유틸리티は모두의 랜덤 디펜스によって開発されたChromeの拡張機能で、その主な機能は「모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.」です。
拡張機能のスクリーンショット
모두의 랜덤 디펜스 제출 유틸리티拡張機能のCRXファイルをダウンロード
모두의 랜덤 디펜스 제출 유틸리티拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
모두의 랜덤 디펜스 (https://morandi.co.kr)에서 시험 중 제출 기능 정상적으로 활성화하려면 필요한 유틸리티입니다. 拡張機能の基本情報
| 名前 | |
| ID | ljkmahbkojffhjdjkghaljooajocajnf |
| 公式URL | https://chromewebstore.google.com/detail/%EB%AA%A8%EB%91%90%EC%9D%98-%EB%9E%9C%EB%8D%A4-%EB%94%94%ED%8E%9C%EC%8A%A4-%EC%A0%9C%EC%B6%9C-%EC%9C%A0%ED%8B%B8%EB%A6%AC%ED%8B%B0/ljkmahbkojffhjdjkghaljooajocajnf |
| 説明 | 모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다. |
| ファイルサイズ | 25.85 KB |
| インストール数 | 167 |
| 現在のバージョン | 0.0.25 |
| 最終更新日 | 2023-10-25 |
| 公開日 | 2023-10-22 |
| 評価 | 3.75/5 合計 4 レビュー |
| 開発者 | 모두의 랜덤 디펜스 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://morandi.co.kr |
| ヘルプページのURL | https://morandi.co.kr/dashboard |
| プライバシーポリシーページのURL | https://www.privacypolicies.com/live/b406d606-d290-4f53-8649-589f336b7431 |
| 対応言語 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\ubaa8\ub450\uc758 \ub79c\ub364 \ub514\ud39c\uc2a4 \uc81c\ucd9c \uc720\ud2f8\ub9ac\ud2f0",
"version": "0.0.25",
"description": "\ubaa8\ub450\uc758 \ub79c\ub364 \ub514\ud39c\uc2a4 \uc2dc\ud5d8 \uc911 \uc790\ub3d9 \uc81c\ucd9c\uc744 \uc704\ud55c \ud06c\ub86c \uc775\uc2a4\ud150\uc158\uc785\ub2c8\ub2e4.",
"host_permissions": [
"https:\/\/acmicpc.net\/*",
"https:\/\/www.acmicpc.net\/*",
"https:\/\/morandi.co.kr\/*",
"https:\/\/api.morandi.co.kr\/*"
],
"permissions": [
"cookies",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": "Morandi.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"icons": {
"16": "128.png",
"48": "128.png",
"128": "128.png"
}
} | |