SteamLevelU Extension
Improves interaction with game badges and profile level
¿Qué es SteamLevelU Extension?
SteamLevelU Extension es una extensión de Chrome desarrollada por SteamLevelU.com, y su función principal es "Improves interaction with game badges and profile level".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SteamLevelU Extension
Descarga archivos de extensión SteamLevelU Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Craft badges, count sets to reach higher steam level and much more to come...
Información Básica de la Extensión
Nombre | SteamLevelU Extension |
ID | kbhpgleleakfcijediopmhddclffidbg |
URL Oficial | https://chromewebstore.google.com/detail/steamlevelu-extension/kbhpgleleakfcijediopmhddclffidbg |
Descripción | Improves interaction with game badges and profile level |
Tamaño del Archivo | 156 KB |
Cantidad de Instalaciones | 1,352 |
Versión Actual | 0.2 |
Última Actualización | 2023-05-04 |
Fecha de Publicación | 2023-05-01 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | SteamLevelU.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://steamlevelu.com/ |
Idiomas Soportados | en |
manifest.json | |
{ "action": { "default_icon": "icons\/icon.png", "default_popup": "page.html", "default_title": "SteamLevelU Extension" }, "content_scripts": [ { "css": [ "style\/style.css" ], "js": [ "script\/helper.js" ], "matches": [ "*:\/\/steamcommunity.com\/*" ], "run_at": "document_end" }, { "css": [ "style\/style.css" ], "js": [ "script\/helper.js", "script\/craftInjection.js" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/badges\/*", "*:\/\/steamcommunity.com\/profiles\/*\/badges\/*", "*:\/\/steamcommunity.com\/id\/*\/badges", "*:\/\/steamcommunity.com\/profiles\/*\/badges" ], "run_at": "document_end" } ], "description": "Improves interaction with game badges and profile level", "externally_connectable": { "matches": [ "*:\/\/steamcommunity.com\/*" ] }, "host_permissions": [ "*:\/\/steamcommunity.com\/*" ], "icons": { "128": "icons\/icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/VXMO6Fo1IXFTATq0IkLEASXSYOfZrDOOObj96NcnC1gMlaW4L0DylDXVltYYNpvuHievUMnFi9NXtTExKkqcD8BVRRI0\/1uLheZOXSOH4\/aaE\/x9rVbi5TNEZ8mkJurASNJtsMaqzMG2SKYLtnXD1A7Q9\/8EZayxn4NNOFjxSY4qZHLiI242nOBxA8in3HkNb3\/XdNpgeemsZ8pT0TjE4BxOfF7Otw72M7REJdnteNwp5Mae5jvWhPCy0ZJGWhfgTzEzQV1CviDkQBrXzXrbLQzEY+WFq6bebKZnJ295e470HcxZKBS27\/O9TIdlY\/EmetqqZEojylWs8\/P8ykSwIDAQAB", "manifest_version": 3, "name": "SteamLevelU Extension", "permissions": [ "storage", "scripting", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2", "web_accessible_resources": [ { "matches": [ "*:\/\/steamcommunity.com\/*" ], "resources": [ "style\/style.css", "script\/helper.js", "script\/*.js", "icons\/*", "fonts\/*" ] } ] } |