Steam cards getter
This extension allow you to automate cards getting process
Wat is Steam cards getter?
Steam cards getter is een Chrome-extensie ontwikkeld door lgg, en de belangrijkste functie is "This extension allow you to automate cards getting process".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam cards getter
Download Steam cards getter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allow you to automate cards getting process
More info could be found here: https://github.com/lgg/steam-cards-getter Basisinformatie over de Extensie
| Naam | |
| ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
| Officiële URL | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
| Beschrijving | This extension allow you to automate cards getting process |
| Bestandsgrootte | 74.88 KB |
| Aantal Installaties | 267 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2018-07-02 |
| Publicatiedatum | 2018-07-02 |
| Ontwikkelaar | lgg |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/lgg/steam-cards-getter |
| Help Pagina-URL | https://github.com/lgg/steam-cards-getter |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Steam cards getter",
"description": "This extension allow you to automate cards getting process",
"version": "1.1.1",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup\/index.html"
},
"permissions": [
"storage",
"http:\/\/store.steampowered.com\/",
"https:\/\/store.steampowered.com\/"
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/store.steampowered.com\/*",
"https:\/\/store.steampowered.com\/*"
],
"js": [
"content-scripts\/steam-cards-getter-content-script.js"
]
}
]
} | |