Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Co to jest Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer to rozszerzenie Chrome opracowane przez https://steamlevels.com, a jego główną funkcją jest „Autocraft Steam Badges & Steam Gems!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Steamlevels Steam Enhancer

Pobierz pliki rozszerzeń Steamlevels Steam Enhancer 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 to come:
- Manage trades & friend invites
- Upload animated artwork & invisible characters
- See when someone is actually Online/Away from their Steam profile

We are not affiliated with Valve, Steam or any of their partners. The Steam Data we use is from the Steam Web API and is provided on "as-is" terms.

Made by King, toxic and Nacho with <3                    

Podstawowe informacje o rozszerzeniu

Nazwa Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
Oficjalny URL https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Opis Autocraft Steam Badges & Steam Gems!
Rozmiar pliku 81.1 KB
Liczba instalacji 1,774
Aktualna Wersja 0.0.20
Ostatnia Aktualizacja 2021-09-01
Data Publikacji 2020-05-05
Ocena 4.67/5 Łącznie 12 Oceny
Deweloper https://steamlevels.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://steamlevels.com
Adres URL Strony Pomocy https://steamlevels.com/help
Adres URL Strony Polityki Prywatności https://steamlevels.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steamlevels Steam Enhancer",
    "version": "0.0.20",
    "description": "Autocraft Steam Badges & Steam Gems!",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-3.4.1.min.js",
                "varExtract.js",
                "autocraft.js",
                "gemcrafter.js"
            ],
            "css": [
                "autocraft.css",
                "gemcrafter.css"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}