SteamGifts Helper
Adds usefull stuff on SteamGifts.com
Cos'è SteamGifts Helper?
SteamGifts Helper è un'estensione di Chrome sviluppata da SteamGifts Helper, e la sua funzione principale è "Adds usefull stuff on SteamGifts.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SteamGifts Helper
Scarica i file di estensione SteamGifts Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | gmapcmjlcmibnddkiddcgdkljaboobbo |
| URL Ufficiale | https://chromewebstore.google.com/detail/steamgifts-helper/gmapcmjlcmibnddkiddcgdkljaboobbo |
| Descrizione | Adds usefull stuff on SteamGifts.com |
| Dimensione del File | 13.44 KB |
| Conteggio Installazioni | 95 |
| Versione Corrente | 1.1.4 |
| Ultimo Aggiornamento | 2019-06-15 |
| Data di Pubblicazione | 2019-06-15 |
| Valutazione | 3.00/5 Totale 4 Valutazioni |
| Sviluppatore | SteamGifts Helper |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/seeeeew/SteamGiftsHelper |
| URL della Pagina di Aiuto | https://github.com/seeeeew/SteamGiftsHelper/issues |
| Lingue Supportate | 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
}
} | |