alike03's Subscription Info on Steam
See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play
Qu'est-ce que alike03's Subscription Info on Steam ?
alike03's Subscription Info on Steam est une extension Chrome développée par https://aligueler.com, et sa fonction principale est "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension alike03's Subscription Info on Steam
Téléchargez les fichiers d'extension alike03's Subscription Info on Steam 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
Have you ever had the situation where you bought a game, only to later find out that it's already on a subscription package that you're subscribed to? It happened to me. So I thought, "What if I could see that information directly on Steam?" This addon checks the Game through the database I have created and displays if the game is currently on Xbox Game Pass PC & Console, on Ubisoft+, or on EA Play.
Informations de Base sur l'Extension
Nom | alike03's Subscription Info on Steam |
ID | jecikjbpiedagpmibmgpfgnkfpomgeok |
URL Officiel | https://chromewebstore.google.com/detail/alike03s-subscription-inf/jecikjbpiedagpmibmgpfgnkfpomgeok |
Description | See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play |
Taille du Fichier | 41.86 KB |
Nombre d'Installations | 13,841 |
Version Actuelle | 1.2.3.2 |
Dernière Mise à Jour | 2023-07-17 |
Date de Publication | 2020-09-30 |
Évaluation | 4.75/5 Total 32 Évaluations |
Développeur | https://aligueler.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://aligueler.com/SubscriptionInfo/ |
URL de la Page d'Aide | https://github.com/alike03/SubscriptionInfo |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "alike03's Subscription Info on Steam", "description": "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play", "version": "1.2.3.2", "homepage_url": "https:\/\/aligueler.com\/SubscriptionInfo\/", "permissions": [ "https:\/\/aligueler.com\/", "storage" ], "icons": { "48": "icon.png", "96": "[email protected]" }, "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*" ], "js": [ "alike_gp_lang.js", "alike_gp_main.js", "alike_gp_ajax.js", "alike_gp_info.js" ], "css": [ "alike_gp_style.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "alike_gp_options.json" ] } |