SteamGifts Helper
Adds usefull stuff on SteamGifts.com
Co to jest SteamGifts Helper?
SteamGifts Helper to rozszerzenie Chrome opracowane przez SteamGifts Helper, a jego główną funkcją jest „Adds usefull stuff on SteamGifts.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SteamGifts Helper
Pobierz pliki rozszerzeń SteamGifts Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gmapcmjlcmibnddkiddcgdkljaboobbo |
| Oficjalny URL | https://chromewebstore.google.com/detail/steamgifts-helper/gmapcmjlcmibnddkiddcgdkljaboobbo |
| Opis | Adds usefull stuff on SteamGifts.com |
| Rozmiar pliku | 13.44 KB |
| Liczba instalacji | 95 |
| Aktualna Wersja | 1.1.4 |
| Ostatnia Aktualizacja | 2019-06-15 |
| Data Publikacji | 2019-06-15 |
| Ocena | 3.00/5 Łącznie 4 Oceny |
| Deweloper | SteamGifts Helper |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/seeeeew/SteamGiftsHelper |
| Adres URL Strony Pomocy | https://github.com/seeeeew/SteamGiftsHelper/issues |
| Obsługiwane Języki | 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
}
} | |