Steampowered.com Controller Support Checker
Check out what games are couchable!
Was ist Steampowered.com Controller Support Checker?
Steampowered.com Controller Support Checker ist eine Chrome-Erweiterung, die von Anton Olsson entwickelt wurde, und ihr Hauptmerkmal ist "Check out what games are couchable!".
Erweiterungsscreenshots
Steampowered.com Controller Support Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steampowered.com Controller Support Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | cbgmpaidfgjjgjcenkeekfnapgiaiael |
Offizielle URL | https://chrome.google.com/webstore/detail/steampoweredcom-controlle/cbgmpaidfgjjgjcenkeekfnapgiaiael |
Beschreibung | Check out what games are couchable! |
Dateigröße | 419 KB |
Installationsanzahl | 391 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2013-11-17 |
Veröffentlichungsdatum | 2013-11-17 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | Anton Olsson |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.example.com |
Unterstützte Sprachen | 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\/*" ] } |