Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Cos'è Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer è un'estensione di Chrome sviluppata da https://steamlevels.com, e la sua funzione principale è "Autocraft Steam Badges & Steam Gems!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steamlevels Steam Enhancer

Scarica i file di estensione Steamlevels Steam Enhancer 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 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                    

Informazioni di Base sull'Estensione

Nome Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
URL Ufficiale https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Descrizione Autocraft Steam Badges & Steam Gems!
Dimensione del File 81.1 KB
Conteggio Installazioni 1,774
Versione Corrente 0.0.20
Ultimo Aggiornamento 2021-09-01
Data di Pubblicazione 2020-05-05
Valutazione 4.67/5 Totale 12 Valutazioni
Sviluppatore https://steamlevels.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://steamlevels.com
URL della Pagina di Aiuto https://steamlevels.com/help
URL della Pagina della Politica sulla Privacy https://steamlevels.com/privacy
Lingue Supportate 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"
    }
}