WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Steamcito: Steam con impuestos Argentina 2025

View on Chrome Web Store
View Steamcito: Steam con impuestos Argentina 2025 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (817 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Muestra todos los productos de la tienda de Steam en pesos argentinos con impuestos incluidos
Type
Extension
Users
400,000 users
Emiliano Gioia
View author page of Emiliano Gioia
Published
Published on November 10, 2020
Version 3.94
Manifest version
3
Updated
Updated on March 11, 2025
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Steamcito: Steam con impuestos Argentina 2025 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steamcito: Steam con impuestos Argentina 2025",
    "version": "3.94",
    "description": "Muestra todos los productos de la tienda de Steam en pesos argentinos con impuestos incluidos",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "emojis\/*.woff",
                "emojis\/*.eot",
                "emojis\/*.ttf",
                "emojis\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "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\/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\/helpers.js",
                "js\/menu.js",
                "js\/global_functions.js",
                "js\/cart_trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/wishlist*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/helpers.js",
                "js\/menu.js",
                "js\/global_functions.js",
                "js\/wishlist_trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/steamaccount\/addfunds*",
                "https:\/\/store.steampowered.com\/digitalgiftcards*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/menu.js",
                "js\/helpers.js",
                "js\/global_functions.js",
                "js\/addfunds_functions.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*",
                "https:\/\/store.steampowered.com\/sub\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/menu.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\/helpers.js",
                "js\/menu.js",
                "js\/global_functions.js",
                "js\/search.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/bundle\/*"
            ],
            "run_at": "document_idle",
            "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\/updates.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/",
                "https:\/\/store.steampowered.com\/?*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/menu.js",
                "js\/helpers.js",
                "js\/global_functions.js",
                "js\/home.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/checkout\/approvetxn*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/microtransactions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/account\/subscriptions\/*",
                "https:\/\/store.steampowered.com\/app\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/helpers.js",
                "js\/menu.js",
                "js\/global_functions.js",
                "js\/subscriptions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/account\/history*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/helpers.js",
                "js\/menu.js",
                "js\/global_functions.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top