SteamLevelU Extension
Improves interaction with game badges and profile level
Co to jest SteamLevelU Extension?
SteamLevelU Extension to rozszerzenie Chrome opracowane przez SteamLevelU.com, a jego główną funkcją jest „Improves interaction with game badges and profile level”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SteamLevelU Extension
Pobierz pliki rozszerzeń SteamLevelU Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Craft badges, count sets to reach higher steam level and much more to come...
Podstawowe informacje o rozszerzeniu
Nazwa | SteamLevelU Extension |
ID | kbhpgleleakfcijediopmhddclffidbg |
Oficjalny URL | https://chromewebstore.google.com/detail/steamlevelu-extension/kbhpgleleakfcijediopmhddclffidbg |
Opis | Improves interaction with game badges and profile level |
Rozmiar pliku | 156 KB |
Liczba instalacji | 1,352 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2023-05-04 |
Data Publikacji | 2023-05-01 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | SteamLevelU.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://steamlevelu.com/ |
Obsługiwane Języki | 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\/*" ] } ] } |