Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Qu'est-ce que Steamlevels Steam Enhancer ?

Steamlevels Steam Enhancer est une extension Chrome développée par https://steamlevels.com, et sa fonction principale est "Autocraft Steam Badges & Steam Gems!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Steamlevels Steam Enhancer

Téléchargez les fichiers d'extension Steamlevels Steam Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
URL Officiel https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Description Autocraft Steam Badges & Steam Gems!
Taille du Fichier 81.1 KB
Nombre d'Installations 1,774
Version Actuelle 0.0.20
Dernière Mise à Jour 2021-09-01
Date de Publication 2020-05-05
Évaluation 4.67/5 Total 12 Évaluations
Développeur https://steamlevels.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://steamlevels.com
URL de la Page d'Aide https://steamlevels.com/help
URL de la Page de Politique de Confidentialité https://steamlevels.com/privacy
Langues Prises en Charge 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"
    }
}