Steamcito: Steam con impuestos de Argentina 2024

Steamcito: Steam con impuestos de Argentina 2024

Muestra todos los productos de la tienda de Steam con todos los impuestos de Argentina incluidos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Steamcito: Steam con impuestos Argentina 2024",
  "version": "3.51",
  "description": "Muestra todos los productos de la tienda de Steam con todos los impuestos de Argentina incluidos",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "emojis/*.woff",
    "emojis/*.eot",
    "emojis/*.ttf",
    "emojis/*.png"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "https://mercados.ambito.com/dolar/oficial/variacion"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://store.steampowered.com/*",
        "https://steamcommunity.com/app*"
      ],
      "exclude_matches": [
        "https://store.steampowered.com/steamaccount/addfunds*",
        "https://store.steampowered.com/digitalgiftcards*",
        "https://store.steampowered.com/bundle/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/helpers.js",
        "js/menu.js",
        "js/global_functions.js",
        "js/trigger.js"
      ],
      "css": [
        "css/styles.css"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/cart*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/helpers.js",
        "js/menu.js",
        "js/global_functions.js",
        "js/cart_trigger.js"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/steamaccount/addfunds*",
        "https://store.steampowered.com/digitalgiftcards*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/menu.js",
        "js/helpers.js",
        "js/global_functions.js",
        "js/addfunds_functions.js"
      ],
      "css": [
        "css/styles.css"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/sub/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/helpers.js",
        "js/global_functions.js",
        "js/regional_indicator.js"
      ],
      "css": [
        "css/styles.css"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/search*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/global_functions.js",
        "js/search.js"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/bundle/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/menu.js",
        "js/helpers.js",
        "js/global_functions.js",
        "js/bundle_functions.js"
      ],
      "css": [
        "css/styles.css"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/?*",
        "https://store.steampowered.com/"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/updates.js"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/checkout/approvetxn*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/microtransactions.js"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/app/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/subscriptions.js",
        "js/helpers.js",
        "js/global_functions.js",
        "js/regional_indicator.js"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/account/subscriptions/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/subscriptions.js"
      ]
    },
    {
      "matches": [
        "https://store.steampowered.com/account/history*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/purify.min.js",
        "js/history.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ee0a760-13e0-4ee5-af22-03099a45936d}"
    }
  }
}