IDENTY.LV extension
Allows you to view player stats from identy.lv servers
IDENTY.LV extensionとは何ですか?
IDENTY.LV extensionはhttps://identy.lvによって開発されたChromeの拡張機能で、その主な機能は「Allows you to view player stats from identy.lv servers」です。
拡張機能のスクリーンショット
IDENTY.LV extension拡張機能のCRXファイルをダウンロード
IDENTY.LV extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc. 拡張機能の基本情報
| 名前 | |
| ID | dfbdnllehoeodclagodkjgoonheohpjc |
| 公式URL | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
| 説明 | Allows you to view player stats from identy.lv servers |
| ファイルサイズ | 56.3 KB |
| インストール数 | 28 |
| 現在のバージョン | 1.60 |
| 最終更新日 | 2022-01-27 |
| 公開日 | 2019-01-01 |
| 評価 | 3.50/5 合計 4 レビュー |
| 開発者 | https://identy.lv |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IDENTY.LV extension",
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"version": "1.60",
"manifest_version": 2,
"description": "Allows you to view player stats from identy.lv servers",
"browser_action": {
"default_icon": "img\/logo.png",
"default_title": "IDENTY.LV extension"
},
"permissions": [
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
],
"css": [
"style.css"
],
"js": [
"libs\/jquery-1.7.1.min.js",
"scripts\/main.js"
]
}
]
} | |