ggSteam Extension

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

What is ggSteam Extension?

ggSteam Extension is a Chrome extension developed by Chokchai Puttan, and its main feature is "This extension will add ggSteam.com's link to store.steampowered.com".

Extension Screenshots

screenshot
screenshot

Download ggSteam Extension Extension CRX File

Download ggSteam Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ggSteam Extension ggSteam Extension
ID hjcakgfmmdkonldlgobpifjdpicafafm
Official URL https://chromewebstore.google.com/detail/ggsteam-extension/hjcakgfmmdkonldlgobpifjdpicafafm
Description This extension will add ggSteam.com's link to store.steampowered.com
File Size 51.05 KB
Installation Count 13
Current Version 1.1.1
Last Updated 2016-09-05
Publish Date 2016-09-05
Rating 3.00/5 Total 2 Ratings
Developer Chokchai Puttan
Payment Type free
Supported Languages 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\/*"
    ]
}