alike03's Subscription Info on Steam

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

Merlin
Additional files are visible only to premium users

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"
  ]
}