Raider Helper

QOL for the Raider Grind

Raider Helper란 무엇입니까?

Raider Helper은(는) HappyXD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QOL for the Raider Grind"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Raider Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Very simple quality of life change for the game Crypto Raider. Whenever you cilck the 'Start' button for a dungeon raid, it will now pop up in a new window at a fixed smaller size. This allows for easier simultaneous raiding.

- Now with support for multiple monitors

- You can now choose the size of your grid via the extension button. All active CR Raid tabs must be closed before grid size can be changed

- BETA: You can now launch multiple raids at once straight from the extension all organised in the usual Raider Helper way*

Icons credited to Winn Creative                    

확장 프로그램 기본 정보

이름 Raider Helper Raider Helper
ID andgiocjnajbjdofalnbcocdncklhneb
공식 URL https://chromewebstore.google.com/detail/raider-helper/andgiocjnajbjdofalnbcocdncklhneb
설명 QOL for the Raider Grind
파일 크기 97.24 KB
설치 횟수 167
현재 버전 0.71
최근 업데이트 2022-04-06
출시 날짜 2022-01-08
평점 4.50/5 총 4 개의 평점
개발자 HappyXD
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raider Helper",
    "description": "QOL for the Raider Grind",
    "version": "0.71",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/play.cryptoraiders.xyz\/*",
                "https:\/\/play.cryptoraiders.gg\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/play.cryptoraiders.gg\/*",
        "https:\/\/play.cryptoraiders.xyz\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "system.display",
        "storage"
    ],
    "action": {
        "default_icon": "viking128.png",
        "default_title": "Raider Helper",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "viking48.png",
        "128": "viking128.png"
    },
    "manifest_version": 3
}