Steam URL Opener
Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
Qu'est-ce que Steam URL Opener ?
Steam URL Opener est une extension Chrome développée par veteran29, et sa fonction principale est "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam URL Opener
Téléchargez les fichiers d'extension Steam URL Opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser. Only Steam related hostnames can be opened inside the client. Source code: https://github.com/veteran29/steam-url-open-extension Icon made by [SimpleIcon](https://www.flaticon.com/authors/simpleicon) from www.flaticon.com Enjoying the extension? Buy me a coffee: https://ko-fi.com/veteran29
Informations de Base sur l'Extension
Nom | Steam URL Opener |
ID | oiboilmeofgpoiopgjdllegafaaeblon |
URL Officiel | https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon |
Description | Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser. |
Taille du Fichier | 54.21 KB |
Nombre d'Installations | 7,427 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2022-06-15 |
Date de Publication | 2019-11-07 |
Évaluation | 4.40/5 Total 35 Évaluations |
Développeur | veteran29 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/veteran29/steam-url-open-extension |
URL de la Page d'Aide | https://github.com/veteran29/steam-url-open-extension/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.1.1", "short_name": "__MSG_appShortName__", "manifest_version": 3, "default_locale": "en", "icons": { "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "minimum_chrome_version": "93", "background": { "service_worker": "scripts\/background.js", "type": "module" }, "action": { "default_icon": { "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "default_title": "Open in Steam" }, "permissions": [ "activeTab", "declarativeContent" ] } |