Faceit league and level hider
This hides the levels a leagues of other people in a faceit lobby
什麼是Faceit league and level hider?
Faceit league and level hider是由venafilmsmathew開發的Chrome擴展程式,該擴展的主要功能是“This hides the levels a leagues of other people in a faceit lobby”。
下載Faceit league and level hider擴展crx文件
下載Faceit league and level hider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This hides the levels a leagues of other people in a faceit lobby 擴展基本資訊
| 名稱 | |
| ID | abadonaakcdognkjookainbfacfmffob |
| 官方網址 | https://chromewebstore.google.com/detail/faceit-league-and-level-h/abadonaakcdognkjookainbfacfmffob |
| 簡介 | This hides the levels a leagues of other people in a faceit lobby |
| 檔案大小 | 34.06 KB |
| 安裝次數 | 25 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-08-29 |
| 上架時間 | 2016-08-29 |
| 開發者 | venafilmsmathew |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Faceit league and level hider",
"version": "1.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/www.faceit.com\/en\/csgo\/room*"
],
"css": [
"style.css"
]
}
]
} | |