Steampowered.com Controller Support Checker
Check out what games are couchable!
¿Qué es Steampowered.com Controller Support Checker?
Steampowered.com Controller Support Checker es una extensión de Chrome desarrollada por Anton Olsson, y su función principal es "Check out what games are couchable!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Steampowered.com Controller Support Checker
Descarga archivos de extensión Steampowered.com Controller Support Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | cbgmpaidfgjjgjcenkeekfnapgiaiael |
URL Oficial | https://chrome.google.com/webstore/detail/steampoweredcom-controlle/cbgmpaidfgjjgjcenkeekfnapgiaiael |
Descripción | Check out what games are couchable! |
Tamaño del Archivo | 419 KB |
Cantidad de Instalaciones | 391 |
Versión Actual | 1.0.0 |
Última Actualización | 2013-11-17 |
Fecha de Publicación | 2013-11-17 |
Calificación | 3.33/5 Total de 3 Calificaciones |
Desarrollador | Anton Olsson |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.example.com |
Idiomas Soportados | 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\/*" ] } |