-7- SRP

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

What is -7- SRP?

-7- SRP is a Chrome extension developed by Sev3rance Holdings, and its main feature is "Adds 'Apply for -7- SRP' button for a loss on zkillboard".

Extension Screenshots

screenshot

Download -7- SRP Extension CRX File

Download -7- SRP 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

                        -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.                    

Extension Basic Information

Name -7- SRP -7- SRP
ID hggahoapngedldagoifdakgghcieagnk
Official URL https://chromewebstore.google.com/detail/7-srp/hggahoapngedldagoifdakgghcieagnk
Description Adds 'Apply for -7- SRP' button for a loss on zkillboard
File Size 28.12 KB
Installation Count 117
Current Version 0.7.14
Last Updated 2023-03-24
Publish Date 2020-12-23
Developer Sev3rance Holdings
Email [email protected]
Payment Type free
Extension Website https://zkillboard.com/alliance/982284363/
Help Page URL https://sev3rance.space/
Supported Languages 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
    }
}