SteamGifts Helper
Adds usefull stuff on SteamGifts.com
What is SteamGifts Helper?
SteamGifts Helper is a Chrome extension developed by SteamGifts Helper, and its main feature is "Adds usefull stuff on SteamGifts.com".
Extension Screenshots
Download SteamGifts Helper Extension CRX File
Download SteamGifts Helper 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
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
Extension Basic Information
Name | SteamGifts Helper |
ID | gmapcmjlcmibnddkiddcgdkljaboobbo |
Official URL | https://chromewebstore.google.com/detail/steamgifts-helper/gmapcmjlcmibnddkiddcgdkljaboobbo |
Description | Adds usefull stuff on SteamGifts.com |
File Size | 13.44 KB |
Installation Count | 95 |
Current Version | 1.1.4 |
Last Updated | 2019-06-15 |
Publish Date | 2019-06-15 |
Rating | 3.00/5 Total 4 Ratings |
Developer | SteamGifts Helper |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/seeeeew/SteamGiftsHelper |
Help Page URL | https://github.com/seeeeew/SteamGiftsHelper/issues |
Supported Languages | 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 } } |