Steampowered.com Controller Support Checker
Check out what games are couchable!
Steampowered.com Controller Support Checkerとは何ですか?
Steampowered.com Controller Support CheckerはAnton Olssonによって開発されたChromeの拡張機能で、その主な機能は「Check out what games are couchable!」です。
拡張機能のスクリーンショット
Steampowered.com Controller Support Checker拡張機能のCRXファイルをダウンロード
Steampowered.com Controller Support Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Please rate the plugin here on Chrome Store and request new features if you have any in mind! Note: The script only works on http://steamcommunity.com/id/Replace this sentence with your Steam ID/games and fetches information about which game is couchable from steampowered.com. Business inquiries: [email protected]
拡張機能の基本情報
名前 | |
ID | cbgmpaidfgjjgjcenkeekfnapgiaiael |
公式URL | https://chrome.google.com/webstore/detail/steampoweredcom-controlle/cbgmpaidfgjjgjcenkeekfnapgiaiael |
説明 | Check out what games are couchable! |
ファイルサイズ | 419 KB |
インストール数 | 391 |
現在のバージョン | 1.0.0 |
最終更新日 | 2013-11-17 |
公開日 | 2013-11-17 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Anton Olsson |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.example.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steampowered.com Controller Support Checker", "version": "1.0.0", "description": "Check out what games are couchable!", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/steampoweredcom-controlle\/cbgmpaidfgjjgjcenkeekfnapgiaiael", "permissions": [ "http:\/\/*.steampowered.com\/*", "http:\/\/steamcommunity.com\/", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_48.png" }, "default_title": "Steampowered.com Controller Support Checker", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*" ], "css": [ "main.css" ], "js": [ "assets\/jquery-2.0.3.min.js", "main.js" ], "matches": [ "http:\/\/steamcommunity.com\/id\/*\/games?tab=all", "http:\/\/steamcommunity.com\/id\/*\/games" ] } ], "manifest_version": 2, "web_accessible_resources": [ "main.css", "main.js", "assets\/*" ] } |