Skip to content
MxtOUT edited this page Mar 16, 2020 · 1 revision

Required permissions

storage

  • for storing user preferences, see SyncedStorage

contextMenus

  • for various context menu entries, see ContextMenu

"*://*.steampowered.com/*"

  • for making CORS requests from the background page, see SteamStore

"*://steamcommunity.com/*"

  • for making CORS requests from the background page, see SteamCommunity

"*://*.isthereanydeal.com/"

  • for authorizing with IsThereAnyDeal, see ITAD_Api.authorize

Optional permissions

webRequest & webRequestBlocking

  • for authorizing with IsThereAnyDeal, see ITAD_Api.authorize (workaround for Chrome, since it doesn't allow these permissions to appear in their permissions field)