Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Valve devs in-game: CSGOとは何ですか?
Valve devs in-game: CSGOはknobikによって開発されたChromeの拡張機能で、その主な機能は「Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.」です。
拡張機能のスクリーンショット
Valve devs in-game: CSGO拡張機能のCRXファイルをダウンロード
Valve devs in-game: CSGO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
拡張機能の基本情報
名前 | |
ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
公式URL | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
説明 | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
ファイルサイズ | 264 KB |
インストール数 | 46 |
現在のバージョン | 0.3 |
最終更新日 | 2016-08-24 |
公開日 | 2016-08-24 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | knobik |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Valve devs in-game: CSGO", "description": "", "version": "0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "alarms", "webRequest", "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "48.png" ] } |