모두의 랜덤 디펜스 제출 유틸리티
모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.
什麼是모두의 랜덤 디펜스 제출 유틸리티?
모두의 랜덤 디펜스 제출 유틸리티是由모두의 랜덤 디펜스開發的Chrome擴展程式,該擴展的主要功能是“모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.”。
擴展截圖
下載모두의 랜덤 디펜스 제출 유틸리티擴展crx文件
下載모두의 랜덤 디펜스 제출 유틸리티擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
모두의 랜덤 디펜스 (https://morandi.co.kr)에서 시험 중 제출 기능 정상적으로 활성화하려면 필요한 유틸리티입니다. 擴展基本資訊
| 名稱 | |
| ID | ljkmahbkojffhjdjkghaljooajocajnf |
| 官方網址 | 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 次評分 |
| 開發者 | 모두의 랜덤 디펜스 |
| 電子郵箱 | [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"
}
} | |