-7- SRP
Adds 'Apply for -7- SRP' button for a loss on zkillboard
Apa itu -7- SRP?
-7- SRP adalah ekstensi Chrome yang dikembangkan oleh Sev3rance Holdings, dan fitur utamanya adalah "Adds 'Apply for -7- SRP' button for a loss on zkillboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi -7- SRP
Unduh file ekstensi -7- SRP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
                        -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.                     Informasi Dasar Ekstensi
| Nama |   |  
| ID | hggahoapngedldagoifdakgghcieagnk | 
| URL Resmi | https://chromewebstore.google.com/detail/7-srp/hggahoapngedldagoifdakgghcieagnk | 
| Deskripsi | Adds 'Apply for -7- SRP' button for a loss on zkillboard | 
| Ukuran File | 28.12 KB | 
| Jumlah Instalasi | 117 | 
| Versi Saat Ini | 0.7.14 | 
| Terakhir Diperbarui | 2023-03-24 | 
| Tanggal Publikasi | 2020-12-23 | 
| Pengembang | Sev3rance Holdings | 
| [email protected] | |
| Tipe Pembayaran | free | 
| Situs Ekstensi | https://zkillboard.com/alliance/982284363/ | 
| URL Halaman Bantuan | https://sev3rance.space/ | 
| Bahasa yang Didukung | 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
    }
}  |  |