By: LasFar
Inspect and view changes in DisExtension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "DisExtension",
"version": "1.5.1337",
"description": "All-in-one Steam trading extension - Pattern viewer and Trade verifier",
"author": "Disfinity",
"permissions": [
"cookies",
"storage",
"activeTab",
"scripting",
"alarms",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https://steamcommunity.com/*",
"https://store.steampowered.com/*",
"https://disfile.dispattern.com/*",
"https://inspect2.dispattern.com/*",
"https://dislounge.com/*",
"https://reverse.watch/*",
"https://www.twitch.tv/*",
"https://x.com/*",
"https://open.er-api.com/*",
"https://csfloat.com/*",
"https://discord.com/api/webhooks/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://steamcommunity.com/id/*/inventory*",
"https://steamcommunity.com/profiles/*/inventory*"
],
"js": [
"content-inventory.js"
],
"css": [
"styles.css",
"steam-overhaul.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/tradeoffer/*"
],
"js": [
"content-trade.js"
],
"css": [
"content-ui.css"
],
"run_at": "document_end"
},
{
"matches": [
"https://steamcommunity.com/id/*/tradeoffers*",
"https://steamcommunity.com/profiles/*/tradeoffers*"
],
"js": [
"content-tradeoffers.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/id/*/tradehistory*",
"https://steamcommunity.com/profiles/*/tradehistory*"
],
"js": [
"content-reverse-history.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/id/*/inventoryhistory*",
"https://steamcommunity.com/profiles/*/inventoryhistory*"
],
"js": [
"content-invhistory.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/id/*",
"https://steamcommunity.com/profiles/*"
],
"exclude_matches": [
"https://steamcommunity.com/id/*/inventory*",
"https://steamcommunity.com/profiles/*/inventory*",
"https://steamcommunity.com/id/*/tradeoffers*",
"https://steamcommunity.com/profiles/*/tradeoffers*",
"https://steamcommunity.com/id/*/tradehistory*",
"https://steamcommunity.com/profiles/*/tradehistory*",
"https://steamcommunity.com/id/*/inventoryhistory*",
"https://steamcommunity.com/profiles/*/inventoryhistory*"
],
"js": [
"content-profile-rep.js"
],
"css": [
"content-profile-rep.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/id/*",
"https://steamcommunity.com/profiles/*"
],
"exclude_matches": [
"https://steamcommunity.com/id/*/inventory*",
"https://steamcommunity.com/profiles/*/inventory*",
"https://steamcommunity.com/id/*/tradeoffers*",
"https://steamcommunity.com/profiles/*/tradeoffers*",
"https://steamcommunity.com/id/*/tradehistory*",
"https://steamcommunity.com/profiles/*/tradehistory*",
"https://steamcommunity.com/id/*/inventoryhistory*",
"https://steamcommunity.com/profiles/*/inventoryhistory*"
],
"js": [
"content-profile-nametags.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/id/*",
"https://steamcommunity.com/profiles/*"
],
"js": [
"content-reverse-banners.js"
],
"css": [
"content-ui.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/market*",
"https://steamcommunity.com/market/*"
],
"js": [
"content-marketplace.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://store.steampowered.com/steamaccount/addfunds*"
],
"js": [
"content-store-addfunds.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://steamcommunity.com/*",
"https://dispattern.com/*",
"https://dispeek.com/*",
"https://dislounge.com/*",
"https://disfinity.com/*"
],
"exclude_matches": [
"https://steamcommunity.com/id/*/inventory*",
"https://steamcommunity.com/profiles/*/inventory*",
"https://steamcommunity.com/tradeoffer/*",
"https://steamcommunity.com/id/*/tradeoffers*",
"https://steamcommunity.com/profiles/*/tradeoffers*",
"https://steamcommunity.com/id/*/tradehistory*",
"https://steamcommunity.com/profiles/*/tradehistory*",
"https://steamcommunity.com/id/*/inventoryhistory*",
"https://steamcommunity.com/profiles/*/inventoryhistory*",
"https://steamcommunity.com/market",
"https://steamcommunity.com/market/*"
],
"js": [
"content-settings-banner.js"
],
"css": [
"content-ui.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https://www.twitch.tv/*"
],
"js": [
"content-twitch.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://x.com/*"
],
"js": [
"content-x-giveaway.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://csfloat.com/*"
],
"js": [
"floatdb-items.js",
"content-floatdb.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://csfloat.com/db*"
],
"js": [
"content-floatdb-intercept.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://csfloat.com/*"
],
"exclude_matches": [
"https://csfloat.com/db*"
],
"js": [
"content-csfloatmarket-intercept.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://csfloat.com/*"
],
"exclude_matches": [
"https://csfloat.com/db*"
],
"js": [
"content-csfloatmarket.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"gems/*.png",
"steam-market-bridge.js"
],
"matches": [
"https://steamcommunity.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "disextension@dispattern.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
],
"purposes": [],
"data_categories": [],
"is_sold": false,
"privacy_policy": "https://dispattern.com/terms"
}
}
}
} Best DisExtension Alternatives
Here are some Firefox add-ons that are similar to DisExtension:
CS2 Trader - Steam Trading Enhancer
Gergely Szabo
Steam.Supply's Extension
NotV
Steam Booster (Steam Trade Helper)
Steam Booster Team
Riftwalk - CS2 Trading Enhancer
rftwlk
OpnSkin Trade Assistant
OpnSkin
Skins.com Marketplace
Skins.com
Discogs Enhancer
Discogs Enhancer
Augmented Steam
IsThereAnyDeal
Trademart Extinction
Vue
Steamlvlup Card Factory
Steamlvlup
Better PathOfExile Trading
Exile Center
TF2 Trading Enhanced
Viket & Yuumi