Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

O que é Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer é uma extensão do Chrome desenvolvida por https://steamlevels.com, e sua principal característica é "Autocraft Steam Badges & Steam Gems!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Steamlevels Steam Enhancer

Baixe arquivos de extensão Steamlevels Steam Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
URL Oficial https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Descrição Autocraft Steam Badges & Steam Gems!
Tamanho do Arquivo 81.1 KB
Contagem de Instalações 1,774
Versão Atual 0.0.20
Última Atualização 2021-09-01
Data de Publicação 2020-05-05
Classificação 4.67/5 Total de 12 Avaliações
Desenvolvedor https://steamlevels.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://steamlevels.com
URL da Página de Ajuda https://steamlevels.com/help
URL da Página de Política de Privacidade https://steamlevels.com/privacy
Idiomas Suportados 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"
    }
}