Steampowered.com Controller Support Checker
Check out what games are couchable!
Steampowered.com Controller Support Checker क्या है?
Steampowered.com Controller Support Checker Anton Olsson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check out what games are couchable!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steampowered.com Controller Support Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |