Steam cards getter
This extension allow you to automate cards getting process
Co je Steam cards getter?
Steam cards getter je rozšíření Chrome vyvinuté lgg, a jeho hlavní funkcí je „This extension allow you to automate cards getting process“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Steam cards getter
Stáhněte si soubory rozšíření Steam cards getter 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í
This extension allow you to automate cards getting process More info could be found here: https://github.com/lgg/steam-cards-getter
Základní Informace o Rozšíření
Název | Steam cards getter |
ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
Oficiální URL | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
Popis | This extension allow you to automate cards getting process |
Velikost souboru | 74.88 KB |
Počet instalací | 267 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2018-07-02 |
Datum Vydání | 2018-07-02 |
Vývojář | lgg |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/lgg/steam-cards-getter |
URL Stránky Nápovědy | https://github.com/lgg/steam-cards-getter |
Podporované Jazyky | 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" ] } ] } |