ggSteam Extension

This extension will add ggSteam.com's link to store.steampowered.com

什么是ggSteam Extension?

ggSteam Extension是由Chokchai Puttan开发的Chrome扩展程序,该扩展的主要功能是“This extension will add ggSteam.com's link to store.steampowered.com”。

扩展截图

screenshot
screenshot

下载ggSteam Extension扩展crx文件

下载ggSteam Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will add ggSteam.com's link to store.steampowered.com                    

扩展基本信息

名称 ggSteam Extension ggSteam Extension
ID hjcakgfmmdkonldlgobpifjdpicafafm
官方URL https://chromewebstore.google.com/detail/ggsteam-extension/hjcakgfmmdkonldlgobpifjdpicafafm
简介 This extension will add ggSteam.com's link to store.steampowered.com
文件大小 51.05 KB
安装次数 13
当前版本 1.1.1
更新时间 2016-09-05
上架时间 2016-09-05
评分 3.00/5 共2次评分
开发者 Chokchai Puttan
付费类型 free
支持的语言 th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ggSteam Extension",
    "short_name": "ggSteam",
    "description": "This extension will add ggSteam.com's link to store.steampowered.com",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "ggSteam Extension v.1.1.1"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/app\/*",
                "*:\/\/store.steampowered.com\/sub\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.1.0.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "*:\/\/store.steampowered.com\/*"
    ]
}