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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |