Steam cards getter
This extension allow you to automate cards getting process
Co to jest Steam cards getter?
Steam cards getter to rozszerzenie Chrome opracowane przez lgg, a jego główną funkcją jest „This extension allow you to automate cards getting process”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam cards getter
Pobierz pliki rozszerzeń Steam cards getter 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
This extension allow you to automate cards getting process More info could be found here: https://github.com/lgg/steam-cards-getter
Podstawowe informacje o rozszerzeniu
Nazwa | Steam cards getter |
ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
Oficjalny URL | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
Opis | This extension allow you to automate cards getting process |
Rozmiar pliku | 74.88 KB |
Liczba instalacji | 267 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2018-07-02 |
Data Publikacji | 2018-07-02 |
Deweloper | lgg |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lgg/steam-cards-getter |
Adres URL Strony Pomocy | https://github.com/lgg/steam-cards-getter |
Obsługiwane Języki | 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" ] } ] } |