Steamlevels Steam Enhancer
Autocraft Steam Badges & Steam Gems!
Vad är Steamlevels Steam Enhancer?
Steamlevels Steam Enhancer är en Chrome-tillägg utvecklad av https://steamlevels.com, och dess huvudfunktion är "Autocraft Steam Badges & Steam Gems!".
Tilläggsskärmbilder
Ladda ner Steamlevels Steam Enhancer-förlängningens CRX-fil
Ladda ner Steamlevels Steam Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Steamlevels Steam Enhancer |
ID | fmhjkiceobnadhahfmgbcppcohaendfb |
Officiell webbadress | https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb |
Beskrivning | Autocraft Steam Badges & Steam Gems! |
Filstorlek | 81.1 KB |
Antal Installationer | 1,774 |
Aktuell Version | 0.0.20 |
Senast Uppdaterad | 2021-09-01 |
Publiceringsdatum | 2020-05-05 |
Betyg | 4.67/5 Totalt 12 Betyg |
Utvecklare | https://steamlevels.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://steamlevels.com |
Hjälpsida URL | https://steamlevels.com/help |
URL till Sekretesspolicy Sidan | https://steamlevels.com/privacy |
Stödda Språk | 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" } } |