Steampowered.com Controller Support Checker
Check out what games are couchable!
Qu'est-ce que Steampowered.com Controller Support Checker ?
Steampowered.com Controller Support Checker est une extension Chrome développée par Anton Olsson, et sa fonction principale est "Check out what games are couchable!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steampowered.com Controller Support Checker
Téléchargez les fichiers d'extension Steampowered.com Controller Support Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | cbgmpaidfgjjgjcenkeekfnapgiaiael |
URL Officiel | https://chrome.google.com/webstore/detail/steampoweredcom-controlle/cbgmpaidfgjjgjcenkeekfnapgiaiael |
Description | Check out what games are couchable! |
Taille du Fichier | 419 KB |
Nombre d'Installations | 391 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-11-17 |
Date de Publication | 2013-11-17 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | Anton Olsson |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.example.com |
Langues Prises en Charge | 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\/*" ] } |