Steampowered.com Controller Support Checker
Check out what games are couchable!
Steampowered.com Controller Support Checker là gì?
Steampowered.com Controller Support Checker là một tiện ích mở rộng Chrome được phát triển bởi Anton Olsson, và tính năng chính của nó là "Check out what games are couchable!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Steampowered.com Controller Support Checker
Tải xuống các tệp mở rộng Steampowered.com Controller Support Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cbgmpaidfgjjgjcenkeekfnapgiaiael |
URL Chính Thức | https://chrome.google.com/webstore/detail/steampoweredcom-controlle/cbgmpaidfgjjgjcenkeekfnapgiaiael |
Mô tả | Check out what games are couchable! |
Kích Thước Tệp | 419 KB |
Số Lần Cài Đặt | 391 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2013-11-17 |
Ngày Phát Hành | 2013-11-17 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Anton Olsson |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.example.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |