Steampowered.com Controller Support Checker
Check out what games are couchable!
Steampowered.com Controller Support Checkerคืออะไร?
Steampowered.com Controller Support Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Olsson และคุณลักษณะหลักของมันคือ "Check out what games are couchable!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steampowered.com Controller Support Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |