Steampowered.com Controller Support Checker

Check out what games are couchable!

什麼是Steampowered.com Controller Support Checker?

Steampowered.com Controller Support Checker是由Anton Olsson開發的Chrome擴展程式,該擴展的主要功能是“Check out what games are couchable!”。

擴展截圖

screenshot

下載Steampowered.com Controller Support Checker擴展crx文件

下載Steampowered.com Controller Support Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Steampowered.com Controller Support Checker Steampowered.com Controller Support Checker
ID cbgmpaidfgjjgjcenkeekfnapgiaiael
官方網址 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\/*"
    ]
}