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 |
| 公式URL | 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"
]
}
]
} | |