Questions tagged [web-ext]

Use only for Mozilla's web-ext utility, not for WebExtensions in general!

web-ext is a command line tool designed to speed up various parts of the extension development process, making development faster and easier. This article explains how to install and use web-ext: https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/

18 questions
0
votes
1 answer

Disable cross-origin frame in Chrome or Firefox

I want to have a webextension with an iframe http://localhost:8080. So I can test my option page. I want to get access to extension API. So I don't care about security for developing. So made a…
0
votes
1 answer

web-ext: How to run Firefox in dark mode?

I'm working on a new browser extension and I'm using Mozilla's web-ext tool to test it. I couldn't figure out how to run the test browser in dark mode. So far I have tried this: web-ext run --verbose --pref…
Mehmet Baker
  • 1,055
  • 9
  • 23
0
votes
1 answer

Cannot run addon after installation of web-ext on ubuntu 16.04 nodejs v4.2.6 npm 3.5.2

when installing web-ext i got this two messages in the and of installation: npm WARN optional Skipping failed optional dependency /web-ext/chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture:…
1
2