Augmented Steam
Augments your Steam Experience
Cos'è Augmented Steam?
Augmented Steam è un'estensione di Chrome sviluppata da IsThereAnyDeal, e la sua funzione principale è "Augments your Steam Experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Augmented Steam
Scarica i file di estensione Augmented Steam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Augmented Steam is a browser extension by IsThereAnyDeal that improves your experience on the Steam platform by providing helpful information and tons of customization options.
Some selected features:
- Price details (current best, historical low) for any game or DLC sourced from many authorized stores
- More visible highlighting of games you own or have wishlisted or ignored (also works with your IsThereAnyDeal Waitlist and Collection!)
- Fine-tuned product search with search filters such as review count / score and Early Access
- Sort and filter options for the market, games, friends, groups, achievements, badges and reviews
- Links to popular websites with additional related information, plus the ability to add your own custom links
- Quick / Instant Sell items in your inventory
- Custom profile backgrounds and styles, visible to all users of Augmented Steam
- Take and store notes about any game
- Maximize information relevance by hiding unwanted content blocks from app pages or the homepage
- Automatically skip age gates for NSFW content
- Batch actions for various scenarios, e.g. registering multiple product keys or adding multiple DLCs to your cart at once
- And many more!
Augmented Steam is a fork and spiritual successor of Enhanced Steam, which has come to its end of life in February 2019. Informazioni di Base sull'Estensione
| Nome | |
| ID | dnhpnfgdlenaccegplpojghhmaamnnfp |
| URL Ufficiale | https://chromewebstore.google.com/detail/augmented-steam/dnhpnfgdlenaccegplpojghhmaamnnfp |
| Descrizione | Augments your Steam Experience |
| Dimensione del File | 9.4 MB |
| Conteggio Installazioni | 342,336 |
| Versione Corrente | 3.0.0 |
| Ultimo Aggiornamento | 2024-02-13 |
| Data di Pubblicazione | 2020-06-30 |
| Valutazione | 4.46/5 Totale 271 Valutazioni |
| Sviluppatore | IsThereAnyDeal |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://augmentedsteam.com/ |
| URL della Pagina di Aiuto | https://github.com/IsThereAnyDeal/AugmentedSteam/issues |
| URL della Pagina della Politica sulla Privacy | https://privacy.isthereanydeal.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Augmented Steam",
"short_name": "AS",
"version": "3.0.0",
"description": "Augments your Steam Experience",
"icons": {
"32": "img\/logo\/as32.png",
"48": "img\/logo\/as48.png",
"128": "img\/logo\/as128.png"
},
"manifest_version": 2,
"options_ui": {
"page": "html\/options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"*:\/\/*.steampowered.com\/*",
"*:\/\/steamcommunity.com\/*",
"*:\/\/*.isthereanydeal.com\/",
"webRequest",
"webRequestBlocking"
],
"web_accessible_resources": [
"img\/*.png",
"img\/*.gif",
"img\/*.jpg",
"img\/*.svg",
"css\/*.css",
"html\/options.html",
"img\/*\/*.png",
"img\/profile_styles\/*\/header.jpg",
"img\/profile_styles\/*\/showcase.png",
"img\/profile_styles\/*\/style.css",
"img\/profile_styles\/*\/preview.png",
"localization\/*.json",
"js\/extra\/holidayprofile.js",
"changelog.json",
"*.map"
],
"homepage_url": "https:\/\/augmentedsteam.com\/",
"background": {
"persistent": true,
"scripts": [
"js\/browser-polyfill.js",
"js\/dompurify.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/store.steampowered.com\/?*",
"*:\/\/store.steampowered.com\/"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/frontpage.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/frontpage.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/wishlist\/id\/*",
"*:\/\/*.steampowered.com\/wishlist\/profiles\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/wishlist.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/wishlist.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/charts\/*",
"*:\/\/*.steampowered.com\/charts",
"*:\/\/*.steampowered.com\/charts?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/charts.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/charts.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/search\/*",
"*:\/\/*.steampowered.com\/search",
"*:\/\/*.steampowered.com\/search?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/search.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/search.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/steamaccount\/addfunds",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds?*",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds\/",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds\/?*",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard?*",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard\/",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/funds.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/account",
"*:\/\/*.steampowered.com\/account?*",
"*:\/\/*.steampowered.com\/account\/",
"*:\/\/*.steampowered.com\/account\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/account.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/store.steampowered.com\/account\/licenses",
"*:\/\/store.steampowered.com\/account\/licenses?*",
"*:\/\/store.steampowered.com\/account\/licenses\/",
"*:\/\/store.steampowered.com\/account\/licenses\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/licences.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/account\/registerkey",
"*:\/\/*.steampowered.com\/account\/registerkey?*",
"*:\/\/*.steampowered.com\/account\/registerkey\/",
"*:\/\/*.steampowered.com\/account\/registerkey\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/registerkey.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/bundle\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/bundle.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/bundle.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/sub\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/sub.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/sub.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/app\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/app.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/app.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/agecheck\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/agecheck.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/points\/*",
"*:\/\/*.steampowered.com\/points",
"*:\/\/*.steampowered.com\/points?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/points_shop.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/cart\/*",
"*:\/\/*.steampowered.com\/cart",
"*:\/\/*.steampowered.com\/cart?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/cart.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/cart.css"
]
},
{
"matches": [
"*:\/\/*.steampowered.com\/*"
],
"exclude_matches": [
"*:\/\/store.steampowered.com\/dynamicstore\/*",
"*:\/\/store.steampowered.com\/supportmessages",
"*:\/\/store.steampowered.com\/supportmessages?*",
"*:\/\/store.steampowered.com\/supportmessages\/",
"*:\/\/store.steampowered.com\/supportmessages\/?*",
"*:\/\/store.steampowered.com\/video\/*",
"*:\/\/store.steampowered.com\/widget\/*",
"*:\/\/store.steampowered.com\/widget",
"*:\/\/store.steampowered.com\/widget?*",
"*:\/\/store.steampowered.com\/login\/*",
"*:\/\/store.steampowered.com\/login",
"*:\/\/store.steampowered.com\/login?*",
"*:\/\/store.steampowered.com\/join\/*",
"*:\/\/store.steampowered.com\/join",
"*:\/\/store.steampowered.com\/join?*",
"*:\/\/store.steampowered.com\/api\/*",
"*:\/\/api.steampowered.com\/*",
"*:\/\/help.steampowered.com\/*",
"*:\/\/login.steampowered.com\/*",
"*:\/\/checkout.steampowered.com\/*",
"*:\/\/partner.steampowered.com\/*",
"*:\/\/store.steampowered.com\/?*",
"*:\/\/store.steampowered.com\/",
"*:\/\/*.steampowered.com\/wishlist\/id\/*",
"*:\/\/*.steampowered.com\/wishlist\/profiles\/*",
"*:\/\/*.steampowered.com\/charts\/*",
"*:\/\/*.steampowered.com\/charts",
"*:\/\/*.steampowered.com\/charts?*",
"*:\/\/*.steampowered.com\/search\/*",
"*:\/\/*.steampowered.com\/search",
"*:\/\/*.steampowered.com\/search?*",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds?*",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds\/",
"*:\/\/*.steampowered.com\/steamaccount\/addfunds\/?*",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard?*",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard\/",
"*:\/\/*.steampowered.com\/digitalgiftcards\/selectgiftcard\/?*",
"*:\/\/*.steampowered.com\/account",
"*:\/\/*.steampowered.com\/account?*",
"*:\/\/*.steampowered.com\/account\/",
"*:\/\/*.steampowered.com\/account\/?*",
"*:\/\/*.steampowered.com\/account\/licenses",
"*:\/\/*.steampowered.com\/account\/licenses?*",
"*:\/\/*.steampowered.com\/account\/licenses\/",
"*:\/\/*.steampowered.com\/account\/licenses\/?*",
"*:\/\/*.steampowered.com\/account\/registerkey",
"*:\/\/*.steampowered.com\/account\/registerkey?*",
"*:\/\/*.steampowered.com\/account\/registerkey\/",
"*:\/\/*.steampowered.com\/account\/registerkey\/?*",
"*:\/\/*.steampowered.com\/bundle\/*",
"*:\/\/*.steampowered.com\/sub\/*",
"*:\/\/*.steampowered.com\/app\/*",
"*:\/\/*.steampowered.com\/agecheck\/*",
"*:\/\/*.steampowered.com\/points\/*",
"*:\/\/*.steampowered.com\/points",
"*:\/\/*.steampowered.com\/points?*",
"*:\/\/*.steampowered.com\/cart\/*",
"*:\/\/*.steampowered.com\/cart",
"*:\/\/*.steampowered.com\/cart?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/store\/default.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/store\/default.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/sharedfiles",
"*:\/\/steamcommunity.com\/sharedfiles?*",
"*:\/\/steamcommunity.com\/sharedfiles\/",
"*:\/\/steamcommunity.com\/sharedfiles\/?*",
"*:\/\/steamcommunity.com\/workshop",
"*:\/\/steamcommunity.com\/workshop?*",
"*:\/\/steamcommunity.com\/workshop\/",
"*:\/\/steamcommunity.com\/workshop\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/workshop.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/workshop.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/sharedfiles\/browse",
"*:\/\/steamcommunity.com\/sharedfiles\/browse?*",
"*:\/\/steamcommunity.com\/sharedfiles\/browse\/",
"*:\/\/steamcommunity.com\/sharedfiles\/browse\/?*",
"*:\/\/steamcommunity.com\/workshop\/browse",
"*:\/\/steamcommunity.com\/workshop\/browse?*",
"*:\/\/steamcommunity.com\/workshop\/browse\/",
"*:\/\/steamcommunity.com\/workshop\/browse\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/workshop_browse.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/workshop_browse.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/home",
"*:\/\/steamcommunity.com\/id\/*\/home?*",
"*:\/\/steamcommunity.com\/id\/*\/home\/",
"*:\/\/steamcommunity.com\/id\/*\/home\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/home",
"*:\/\/steamcommunity.com\/profiles\/*\/home?*",
"*:\/\/steamcommunity.com\/profiles\/*\/home\/",
"*:\/\/steamcommunity.com\/profiles\/*\/home\/?*",
"*:\/\/steamcommunity.com\/id\/*\/myactivity",
"*:\/\/steamcommunity.com\/id\/*\/myactivity?*",
"*:\/\/steamcommunity.com\/id\/*\/myactivity\/",
"*:\/\/steamcommunity.com\/id\/*\/myactivity\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity?*",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity\/",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity\/?*",
"*:\/\/steamcommunity.com\/id\/*\/friendactivitydetail\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/friendactivitydetail\/*",
"*:\/\/steamcommunity.com\/id\/*\/status\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/status\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/profile_activity.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/profile_activity.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/games",
"*:\/\/steamcommunity.com\/id\/*\/games?*",
"*:\/\/steamcommunity.com\/id\/*\/games\/",
"*:\/\/steamcommunity.com\/id\/*\/games\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/games",
"*:\/\/steamcommunity.com\/profiles\/*\/games?*",
"*:\/\/steamcommunity.com\/profiles\/*\/games\/",
"*:\/\/steamcommunity.com\/profiles\/*\/games\/?*",
"*:\/\/steamcommunity.com\/id\/*\/followedgames",
"*:\/\/steamcommunity.com\/id\/*\/followedgames?*",
"*:\/\/steamcommunity.com\/id\/*\/followedgames\/",
"*:\/\/steamcommunity.com\/id\/*\/followedgames\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames?*",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames\/",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/games.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/games.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/edit\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/edit\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/profile_edit.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/profile_edit.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/badges",
"*:\/\/steamcommunity.com\/id\/*\/badges?*",
"*:\/\/steamcommunity.com\/id\/*\/badges\/",
"*:\/\/steamcommunity.com\/id\/*\/badges\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/badges",
"*:\/\/steamcommunity.com\/profiles\/*\/badges?*",
"*:\/\/steamcommunity.com\/profiles\/*\/badges\/",
"*:\/\/steamcommunity.com\/profiles\/*\/badges\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/badges.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/badges.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/gamecards\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/gamecards\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/gamecard.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/gamecard.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/friendsthatplay\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/friendsthatplay\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/friends_that_play.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/friends_that_play.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/friends\/*",
"*:\/\/steamcommunity.com\/id\/*\/friends",
"*:\/\/steamcommunity.com\/id\/*\/friends?*",
"*:\/\/steamcommunity.com\/profiles\/*\/friends\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/friends",
"*:\/\/steamcommunity.com\/profiles\/*\/friends?*",
"*:\/\/steamcommunity.com\/id\/*\/groups\/*",
"*:\/\/steamcommunity.com\/id\/*\/groups",
"*:\/\/steamcommunity.com\/id\/*\/groups?*",
"*:\/\/steamcommunity.com\/profiles\/*\/groups\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/groups",
"*:\/\/steamcommunity.com\/profiles\/*\/groups?*",
"*:\/\/steamcommunity.com\/id\/*\/following\/*",
"*:\/\/steamcommunity.com\/id\/*\/following",
"*:\/\/steamcommunity.com\/id\/*\/following?*",
"*:\/\/steamcommunity.com\/profiles\/*\/following\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/following",
"*:\/\/steamcommunity.com\/profiles\/*\/following?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/friends_and_groups.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/friends_and_groups.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/inventory",
"*:\/\/steamcommunity.com\/id\/*\/inventory?*",
"*:\/\/steamcommunity.com\/id\/*\/inventory\/",
"*:\/\/steamcommunity.com\/id\/*\/inventory\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory?*",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory\/",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/inventory.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/inventory.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/market\/listings\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/market_listing.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/market_listing.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/market\/search\/*",
"*:\/\/steamcommunity.com\/market\/search",
"*:\/\/steamcommunity.com\/market\/search?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/market_search.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/market_search.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/market",
"*:\/\/steamcommunity.com\/market?*",
"*:\/\/steamcommunity.com\/market\/",
"*:\/\/steamcommunity.com\/market\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/market_home.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/market_home.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/stats\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/stats\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/profile_stats.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/profile_stats.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/myworkshopfiles\/?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/id\/*\/myworkshopfiles?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/profiles\/*\/myworkshopfiles\/?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/profiles\/*\/myworkshopfiles?*browsefilter=mysubscriptions*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/myworkshop.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/myworkshop.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/recommended",
"*:\/\/steamcommunity.com\/id\/*\/recommended?*",
"*:\/\/steamcommunity.com\/id\/*\/recommended\/",
"*:\/\/steamcommunity.com\/id\/*\/recommended\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended?*",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended\/",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended\/?*",
"*:\/\/steamcommunity.com\/id\/*\/reviews",
"*:\/\/steamcommunity.com\/id\/*\/reviews?*",
"*:\/\/steamcommunity.com\/id\/*\/reviews\/",
"*:\/\/steamcommunity.com\/id\/*\/reviews\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews?*",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews\/",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/recommended.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/recommended.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/id\/*",
"*:\/\/steamcommunity.com\/profiles\/*"
],
"exclude_matches": [
"*:\/\/steamcommunity.com\/id\/*\/home",
"*:\/\/steamcommunity.com\/id\/*\/home?*",
"*:\/\/steamcommunity.com\/id\/*\/home\/",
"*:\/\/steamcommunity.com\/id\/*\/home\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/home",
"*:\/\/steamcommunity.com\/profiles\/*\/home?*",
"*:\/\/steamcommunity.com\/profiles\/*\/home\/",
"*:\/\/steamcommunity.com\/profiles\/*\/home\/?*",
"*:\/\/steamcommunity.com\/id\/*\/myactivity",
"*:\/\/steamcommunity.com\/id\/*\/myactivity?*",
"*:\/\/steamcommunity.com\/id\/*\/myactivity\/",
"*:\/\/steamcommunity.com\/id\/*\/myactivity\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity?*",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity\/",
"*:\/\/steamcommunity.com\/profiles\/*\/myactivity\/?*",
"*:\/\/steamcommunity.com\/id\/*\/friendactivitydetail\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/friendactivitydetail\/*",
"*:\/\/steamcommunity.com\/id\/*\/status\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/status\/*",
"*:\/\/steamcommunity.com\/id\/*\/games",
"*:\/\/steamcommunity.com\/id\/*\/games?*",
"*:\/\/steamcommunity.com\/id\/*\/games\/",
"*:\/\/steamcommunity.com\/id\/*\/games\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/games",
"*:\/\/steamcommunity.com\/profiles\/*\/games?*",
"*:\/\/steamcommunity.com\/profiles\/*\/games\/",
"*:\/\/steamcommunity.com\/profiles\/*\/games\/?*",
"*:\/\/steamcommunity.com\/id\/*\/followedgames",
"*:\/\/steamcommunity.com\/id\/*\/followedgames?*",
"*:\/\/steamcommunity.com\/id\/*\/followedgames\/",
"*:\/\/steamcommunity.com\/id\/*\/followedgames\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames?*",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames\/",
"*:\/\/steamcommunity.com\/profiles\/*\/followedgames\/?*",
"*:\/\/steamcommunity.com\/id\/*\/edit\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/edit\/*",
"*:\/\/steamcommunity.com\/id\/*\/badges",
"*:\/\/steamcommunity.com\/id\/*\/badges?*",
"*:\/\/steamcommunity.com\/id\/*\/badges\/",
"*:\/\/steamcommunity.com\/id\/*\/badges\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/badges",
"*:\/\/steamcommunity.com\/profiles\/*\/badges?*",
"*:\/\/steamcommunity.com\/profiles\/*\/badges\/",
"*:\/\/steamcommunity.com\/profiles\/*\/badges\/?*",
"*:\/\/steamcommunity.com\/id\/*\/gamecards\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/gamecards\/*",
"*:\/\/steamcommunity.com\/id\/*\/friendsthatplay\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/friendsthatplay\/*",
"*:\/\/steamcommunity.com\/id\/*\/friends\/*",
"*:\/\/steamcommunity.com\/id\/*\/friends",
"*:\/\/steamcommunity.com\/id\/*\/friends?*",
"*:\/\/steamcommunity.com\/profiles\/*\/friends\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/friends",
"*:\/\/steamcommunity.com\/profiles\/*\/friends?*",
"*:\/\/steamcommunity.com\/id\/*\/groups\/*",
"*:\/\/steamcommunity.com\/id\/*\/groups",
"*:\/\/steamcommunity.com\/id\/*\/groups?*",
"*:\/\/steamcommunity.com\/profiles\/*\/groups\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/groups",
"*:\/\/steamcommunity.com\/profiles\/*\/groups?*",
"*:\/\/steamcommunity.com\/id\/*\/following\/*",
"*:\/\/steamcommunity.com\/id\/*\/following",
"*:\/\/steamcommunity.com\/id\/*\/following?*",
"*:\/\/steamcommunity.com\/profiles\/*\/following\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/following",
"*:\/\/steamcommunity.com\/profiles\/*\/following?*",
"*:\/\/steamcommunity.com\/id\/*\/inventory",
"*:\/\/steamcommunity.com\/id\/*\/inventory?*",
"*:\/\/steamcommunity.com\/id\/*\/inventory\/",
"*:\/\/steamcommunity.com\/id\/*\/inventory\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory?*",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory\/",
"*:\/\/steamcommunity.com\/profiles\/*\/inventory\/?*",
"*:\/\/steamcommunity.com\/id\/*\/stats\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/stats\/*",
"*:\/\/steamcommunity.com\/id\/*\/myworkshopfiles\/?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/id\/*\/myworkshopfiles?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/profiles\/*\/myworkshopfiles\/?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/profiles\/*\/myworkshopfiles?*browsefilter=mysubscriptions*",
"*:\/\/steamcommunity.com\/id\/*\/recommended",
"*:\/\/steamcommunity.com\/id\/*\/recommended?*",
"*:\/\/steamcommunity.com\/id\/*\/recommended\/",
"*:\/\/steamcommunity.com\/id\/*\/recommended\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended?*",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended\/",
"*:\/\/steamcommunity.com\/profiles\/*\/recommended\/?*",
"*:\/\/steamcommunity.com\/id\/*\/reviews",
"*:\/\/steamcommunity.com\/id\/*\/reviews?*",
"*:\/\/steamcommunity.com\/id\/*\/reviews\/",
"*:\/\/steamcommunity.com\/id\/*\/reviews\/?*",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews?*",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews\/",
"*:\/\/steamcommunity.com\/profiles\/*\/reviews\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/profile_home.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/profile_home.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/groups\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/group_home.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/group_home.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/app\/*\/guides",
"*:\/\/steamcommunity.com\/app\/*\/guides?*",
"*:\/\/steamcommunity.com\/app\/*\/guides\/",
"*:\/\/steamcommunity.com\/app\/*\/guides\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/guides.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/guides.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/app\/*"
],
"exclude_matches": [
"*:\/\/steamcommunity.com\/app\/*\/guides",
"*:\/\/steamcommunity.com\/app\/*\/guides?*",
"*:\/\/steamcommunity.com\/app\/*\/guides\/",
"*:\/\/steamcommunity.com\/app\/*\/guides\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/app.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/app.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/sharedfiles\/filedetails\/*",
"*:\/\/steamcommunity.com\/sharedfiles\/filedetails",
"*:\/\/steamcommunity.com\/sharedfiles\/filedetails?*",
"*:\/\/steamcommunity.com\/workshop\/filedetails\/*",
"*:\/\/steamcommunity.com\/workshop\/filedetails",
"*:\/\/steamcommunity.com\/workshop\/filedetails?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/shared_files.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/shared_files.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/sharedfiles\/editguide\/?*",
"*:\/\/steamcommunity.com\/sharedfiles\/editguide?*",
"*:\/\/steamcommunity.com\/workshop\/editguide\/?*",
"*:\/\/steamcommunity.com\/workshop\/editguide?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/edit_guide.js"
],
"css": [
"css\/augmentedsteam.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator?*",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator\/",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/booster_creator.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/booster_creator.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/stats\/*\/achievements",
"*:\/\/steamcommunity.com\/stats\/*\/achievements?*",
"*:\/\/steamcommunity.com\/stats\/*\/achievements\/",
"*:\/\/steamcommunity.com\/stats\/*\/achievements\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/global_stats.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/global_stats.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/*"
],
"exclude_matches": [
"*:\/\/steamcommunity.com\/login\/*",
"*:\/\/steamcommunity.com\/login",
"*:\/\/steamcommunity.com\/login?*",
"*:\/\/steamcommunity.com\/openid\/*",
"*:\/\/steamcommunity.com\/openid",
"*:\/\/steamcommunity.com\/openid?*",
"*:\/\/steamcommunity.com\/comment\/*",
"*:\/\/steamcommunity.com\/comment",
"*:\/\/steamcommunity.com\/comment?*",
"*:\/\/steamcommunity.com\/chat\/*",
"*:\/\/steamcommunity.com\/chat",
"*:\/\/steamcommunity.com\/chat?*",
"*:\/\/steamcommunity.com\/tradeoffer\/*",
"*:\/\/steamcommunity.com\/id\/*",
"*:\/\/steamcommunity.com\/profiles\/*",
"*:\/\/steamcommunity.com\/market\/*",
"*:\/\/steamcommunity.com\/market",
"*:\/\/steamcommunity.com\/market?*",
"*:\/\/steamcommunity.com\/groups\/*",
"*:\/\/steamcommunity.com\/app\/*",
"*:\/\/steamcommunity.com\/sharedfiles",
"*:\/\/steamcommunity.com\/sharedfiles?*",
"*:\/\/steamcommunity.com\/sharedfiles\/",
"*:\/\/steamcommunity.com\/sharedfiles\/?*",
"*:\/\/steamcommunity.com\/workshop",
"*:\/\/steamcommunity.com\/workshop?*",
"*:\/\/steamcommunity.com\/workshop\/",
"*:\/\/steamcommunity.com\/workshop\/?*",
"*:\/\/steamcommunity.com\/sharedfiles\/browse",
"*:\/\/steamcommunity.com\/sharedfiles\/browse?*",
"*:\/\/steamcommunity.com\/sharedfiles\/browse\/",
"*:\/\/steamcommunity.com\/sharedfiles\/browse\/?*",
"*:\/\/steamcommunity.com\/workshop\/browse",
"*:\/\/steamcommunity.com\/workshop\/browse?*",
"*:\/\/steamcommunity.com\/workshop\/browse\/",
"*:\/\/steamcommunity.com\/workshop\/browse\/?*",
"*:\/\/steamcommunity.com\/sharedfiles\/filedetails\/*",
"*:\/\/steamcommunity.com\/sharedfiles\/filedetails",
"*:\/\/steamcommunity.com\/sharedfiles\/filedetails?*",
"*:\/\/steamcommunity.com\/workshop\/filedetails\/*",
"*:\/\/steamcommunity.com\/workshop\/filedetails",
"*:\/\/steamcommunity.com\/workshop\/filedetails?*",
"*:\/\/steamcommunity.com\/sharedfiles\/editguide\/?*",
"*:\/\/steamcommunity.com\/sharedfiles\/editguide?*",
"*:\/\/steamcommunity.com\/workshop\/editguide\/?*",
"*:\/\/steamcommunity.com\/workshop\/editguide?*",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator?*",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator\/",
"*:\/\/steamcommunity.com\/tradingcards\/boostercreator\/?*",
"*:\/\/steamcommunity.com\/stats\/*\/achievements",
"*:\/\/steamcommunity.com\/stats\/*\/achievements?*",
"*:\/\/steamcommunity.com\/stats\/*\/achievements\/",
"*:\/\/steamcommunity.com\/stats\/*\/achievements\/?*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/default.js"
],
"css": [
"css\/augmentedsteam.css",
"js\/community\/default.css"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/tradeoffer\/*"
],
"js": [
"js\/dompurify.js",
"js\/browser-polyfill.js",
"js\/community\/trade_offer.js"
],
"css": [
"css\/community\/tradeoffer.css"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSsjOO0ecqqAz6LCjjIoiRUV3VyW4p7mmTg9bC9uUkj28OgVr5+NRJpyI8gJx7Nd43ZEQ8dfwOl8GLnc3+m90jPSUASlliWxG2LQt81IZhtFurCLUELGIfUSr5vPdthRbwgnPrmRc5nylstBORBwYtT0Dos9pBcikHn0QKo87ggWEAQEBGkLXQ8An01LnQopLX4VbZHTfvoTIjPZOiHUVhKhn4aKM70e\/u61mGMSp9WDBYrV0\/OFKsVC9jWd9s0DX\/uOm3KpFhOj4Bx+ehzEklXNuTTQshIC7NSgh+tAJwSa1GpO9jcCWCnFRqjfxwOrdylqIvCy+87fpU7nJ6sHRQIDAQAB",
"optional_permissions": [
"contextMenus"
]
} | |