Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
Что такое Csgo & Cs2 Stats?
Csgo & Cs2 Stats - это расширение Chrome, разработанное rrreg, и его основная функция - "Displays peoples faceit and matchmaking stats on their steam profile.".
Снимки экрана расширения
Скачать файл CRX расширения Csgo & Cs2 Stats
Скачайте файлы расширений Csgo & Cs2 Stats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Displays peoples faceit and matchmaking stats on their steam profile. Основная информация о расширении
| Название | |
| ID | cjkfchbniaegciddeagjnaldgpgcdioa |
| Официальный URL | https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa |
| Описание | Displays peoples faceit and matchmaking stats on their steam profile. |
| Размер файла | 518 KB |
| Количество установок | 41 |
| Текущая Версия | 2.0 |
| Последнее Обновление | 2023-09-26 |
| Дата публикации | 2023-06-15 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | rrreg |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"tabs",
"storage",
"activeTab"
],
"action": {
"default_icon": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"default_popup": "popup.html",
"default_title": "Faceit Stats"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"style.css"
],
"exclude_matches": [
"*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
"*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
]
}
],
"description": "Displays peoples faceit and matchmaking stats on their steam profile.",
"homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996",
"host_permissions": [
"https:\/\/api.faceit.com\/*"
],
"manifest_version": 3,
"name": "Csgo & Cs2 Stats",
"version": "2.0",
"icons": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"web_accessible_resources": [
{
"matches": [
" | |