-7- SRP
Adds 'Apply for -7- SRP' button for a loss on zkillboard
-7- SRP là gì?
-7- SRP là một tiện ích mở rộng Chrome được phát triển bởi Sev3rance Holdings, và tính năng chính của nó là "Adds 'Apply for -7- SRP' button for a loss on zkillboard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng -7- SRP
Tải xuống các tệp mở rộng -7- SRP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
-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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | -7- SRP |
ID | hggahoapngedldagoifdakgghcieagnk |
URL Chính Thức | https://chromewebstore.google.com/detail/7-srp/hggahoapngedldagoifdakgghcieagnk |
Mô tả | Adds 'Apply for -7- SRP' button for a loss on zkillboard |
Kích Thước Tệp | 28.12 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 0.7.14 |
Cập Nhật Lần Cuối | 2023-03-24 |
Ngày Phát Hành | 2020-12-23 |
Nhà Phát Triển | Sev3rance Holdings |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zkillboard.com/alliance/982284363/ |
URL Trang Trợ Giúp | https://sev3rance.space/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |