SteamGifts Helper

Adds usefull stuff on SteamGifts.com

Co je SteamGifts Helper?

SteamGifts Helper je rozšíření Chrome vyvinuté SteamGifts Helper, a jeho hlavní funkcí je „Adds usefull stuff on SteamGifts.com“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SteamGifts Helper

Stáhněte si soubory rozšíření SteamGifts Helper 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í

                        Features:

All pages:
* Pin the header bar to the top
* Synchronize points across tabs
* Clickable magnifying glass in search boxes

Giveway browsing pages:
* Add platform support icons
* Enter giveaways from browsing page                    

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

Název SteamGifts Helper SteamGifts Helper
ID gmapcmjlcmibnddkiddcgdkljaboobbo
Oficiální URL https://chromewebstore.google.com/detail/steamgifts-helper/gmapcmjlcmibnddkiddcgdkljaboobbo
Popis Adds usefull stuff on SteamGifts.com
Velikost souboru 13.44 KB
Počet instalací 95
Aktuální Verze 1.1.4
Poslední Aktualizace 2019-06-15
Datum Vydání 2019-06-15
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář SteamGifts Helper
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/seeeeew/SteamGiftsHelper
URL Stránky Nápovědy https://github.com/seeeeew/SteamGiftsHelper/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SteamGifts Helper",
    "short_name": "SG-Helper",
    "description": "Adds usefull stuff on SteamGifts.com",
    "homepage_url": "https:\/\/github.com\/seeeeew\/SteamGiftsHelper",
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "version": "1.1.4",
    "permissions": [
        "*:\/\/www.steamgifts.com\/",
        "*:\/\/store.steampowered.com\/",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.steamgifts.com\/*"
            ],
            "js": [
                "steamgiftshelper.js"
            ],
            "css": [
                "css\/steamgiftshelper.css"
            ]
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        },
        "default_title": "SteamGifts Helper options",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}