ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

is there a way or an extension which I can limit a specific extension to run on 1 website only?

  • 3 ردود
  • 1 has this problem
  • 2 views
  • آخر ردّ كتبه TyDraniu

more options

So there is an extension which needs permission to access data on all websites, is there a way to make it access data on a specific site only? like this one here https://addons.mozilla.org/en-US/firefox/addon/steam-skin-trade-helper/ I wanted only to run on steam website

So there is an extension which needs permission to access data on all websites, is there a way to make it access data on a specific site only? like this one here https://addons.mozilla.org/en-US/firefox/addon/steam-skin-trade-helper/ I wanted only to run on steam website

All Replies (3)

more options

What extension are you talking about? You might be better off asking its support.

more options

FredMcD said

What extension are you talking about? You might be better off asking its support.

I have the extension link already in post https://addons.mozilla.org/en-US/firefox/addon/steam-skin-trade-helper/

more options

Talk to the developer.

The extension in its manifest has this permission:

   "permissions": [
   [...]
   "*://*/*",
   "<all_urls>"
 ],

He should enumerate only steam website urls instead of "*://*/*", "<all_urls>".