Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Что такое Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer - это расширение Chrome, разработанное https://steamlevels.com, и его основная функция - "Autocraft Steam Badges & Steam Gems!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Steamlevels Steam Enhancer

Скачайте файлы расширений Steamlevels Steam Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
Официальный URL https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Описание Autocraft Steam Badges & Steam Gems!
Размер файла 81.1 KB
Количество установок 1,774
Текущая Версия 0.0.20
Последнее Обновление 2021-09-01
Дата публикации 2020-05-05
Рейтинг 4.67/5 Всего 12 оценок
Разработчик https://steamlevels.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://steamlevels.com
URL страницы помощи https://steamlevels.com/help
URL страницы политики конфиденциальности https://steamlevels.com/privacy
Поддерживаемые языки 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"
    }
}