-7- SRP

Adds 'Apply for -7- SRP' button for a loss on zkillboard

-7- SRP란 무엇입니까?

-7- SRP은(는) Sev3rance Holdings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds 'Apply for -7- SRP' button for a loss on zkillboard"입니다.

확장 프로그램 스크린샷

screenshot

-7- SRP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        -7- SRP zKillboard. This is for online gaming community for Sev3rance in online mmog game EvE online. This extension will help -7- community member to request Ship Replacement Program (srp) for there fleet losses while playing the game.                    

확장 프로그램 기본 정보

이름 -7- SRP -7- SRP
ID hggahoapngedldagoifdakgghcieagnk
공식 URL https://chromewebstore.google.com/detail/7-srp/hggahoapngedldagoifdakgghcieagnk
설명 Adds 'Apply for -7- SRP' button for a loss on zkillboard
파일 크기 28.12 KB
설치 횟수 117
현재 버전 0.7.14
최근 업데이트 2023-03-24
출시 날짜 2020-12-23
개발자 Sev3rance Holdings
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zkillboard.com/alliance/982284363/
도움말 페이지 URL https://sev3rance.space/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "-7- SRP",
    "description": "Adds 'Apply for -7- SRP' button for a loss on zkillboard",
    "version": "0.7.14",
    "author": "Sev3rance Holdings",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "apply.js"
            ],
            "matches": [
                "https:\/\/zkillboard.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/forms\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}