搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 3 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 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

所有回复 (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>".