CS: GO scores
Get the scores to the most recent pro matches!
CS: GO scoresとは何ですか?
CS: GO scoresはmanenteaによって開発されたChromeの拡張機能で、その主な機能は「Get the scores to the most recent pro matches!」です。
CS: GO scores拡張機能のCRXファイルをダウンロード
CS: GO scores拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | bpmobdaefnbjcljaafnldeokbpjjifle |
| 公式URL | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
| 説明 | Get the scores to the most recent pro matches! |
| ファイルサイズ | 202 KB |
| インストール数 | 37 |
| 現在のバージョン | 1.8 |
| 最終更新日 | 2015-12-08 |
| 公開日 | 2015-12-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | manentea |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CS: GO scores",
"description": "Get the scores to the most recent pro matches!",
"version": "1.8",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
".\/jquery.js",
".\/popup.js"
],
"run_at": "document_start"
}
],
"permissions": [
"tabs",
"activeTab",
"https:\/\/ajax.googleapis.com\/*"
]
} | |