모두의 랜덤 디펜스 제출 유틸리티

모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.

What is 모두의 랜덤 디펜스 제출 유틸리티?

모두의 랜덤 디펜스 제출 유틸리티 is a Chrome extension developed by 모두의 랜덤 디펜스, and its main feature is "모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 모두의 랜덤 디펜스 제출 유틸리티 Extension CRX File

Download 모두의 랜덤 디펜스 제출 유틸리티 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        모두의 랜덤 디펜스 (https://morandi.co.kr)에서 시험 중 제출 기능 정상적으로 활성화하려면 필요한 유틸리티입니다.                    

Extension Basic Information

Name 모두의 랜덤 디펜스 제출 유틸리티 모두의 랜덤 디펜스 제출 유틸리티
ID ljkmahbkojffhjdjkghaljooajocajnf
Official 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
Description 모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.
File Size 25.85 KB
Installation Count 167
Current Version 0.0.25
Last Updated 2023-10-25
Publish Date 2023-10-22
Rating 3.75/5 Total 4 Ratings
Developer 모두의 랜덤 디펜스
Email [email protected]
Payment Type free
Extension Website https://morandi.co.kr
Help Page URL https://morandi.co.kr/dashboard
Privacy Policy Page URL https://www.privacypolicies.com/live/b406d606-d290-4f53-8649-589f336b7431
Supported Languages 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"
    }
}