-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”。
扩展截图
下载-7- SRP扩展crx文件
下载-7- SRP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        -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.                     扩展基本信息
| 名称 |   |  
| 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
    }
}  |  |