Steampowered.com Controller Support Checker

Check out what games are couchable!

Co je Steampowered.com Controller Support Checker?

Steampowered.com Controller Support Checker je rozšíření Chrome vyvinuté Anton Olsson, a jeho hlavní funkcí je „Check out what games are couchable!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Steampowered.com Controller Support Checker

Stáhněte si soubory rozšíření Steampowered.com Controller Support Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Steampowered.com Controller Support Checker Steampowered.com Controller Support Checker
ID cbgmpaidfgjjgjcenkeekfnapgiaiael
Oficiální URL https://chrome.google.com/webstore/detail/steampoweredcom-controlle/cbgmpaidfgjjgjcenkeekfnapgiaiael
Popis Check out what games are couchable!
Velikost souboru 419 KB
Počet instalací 391
Aktuální Verze 1.0.0
Poslední Aktualizace 2013-11-17
Datum Vydání 2013-11-17
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář Anton Olsson
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.example.com
Podporované Jazyky 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\/*"
    ]
}