Steamlevels Steam Enhancer
Autocraft Steam Badges & Steam Gems!
Steamlevels Steam Enhancerとは何ですか?
Steamlevels Steam Enhancerはhttps://steamlevels.comによって開発されたChromeの拡張機能で、その主な機能は「Autocraft Steam Badges & Steam Gems!」です。
拡張機能のスクリーンショット
Steamlevels Steam Enhancer拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |