web-ext
web-ext copied to clipboard
A command line tool to help build, run, and test web extensions
Follow-up to https://github.com/mozilla/web-ext/pull/2306/files#r698444621 web-ext doesn't need to ask for the READ_EXTERNAL_STORAGE permission on Android, because the profile/add-on is now stored in `/data/local/tmp` instead of `/sdcard`: https://github.com/mozilla/web-ext/blame/c884696fd3ea496c67959337f98d4e39bdb08871/src/util/adb.js#L14 (#2200). Let's remove the...
### Is this a feature request or a bug? A bug report. ### What is the current behavior? 1. I run the following command: ```shell web-ext run --no-config-discovery --start-url https://www.youtube.com/watch?v=dQw4w9WgXcQ...
I understand the primary focus for web-ext is to improve and build upon its features for Mozilla Firefox. As noted here: > By creating a new tool that focuses on...
### What is the current behavior? When `--watch-file .build-finished` is used, changes to that file are ignored. ### What is the expected or desired behavior? When the file specified using...
### Is this a feature request or a bug? bug ### What is the current behavior? The Chromium extension runner only disables and re-enables developer extensions. This reloads most pages...
We should add a `web-ext new` command that automatically generate a `manifest.json` file and other common files to help the developer get started on a new WebExtension. You could take...
### Is this a feature request or a bug? Bug ### What is the current behavior? 1. Installed Node using the official Snap from GNOME software (installation method also recommended...
### Is this a feature request or a bug? Bug ### What is the current behavior? The following command fails: web-ext run --target=firefox-android --android-device=id Error message: > Error: Activity class...
### Is this a feature request or a bug? feature ### What is the current behavior? I have achieved content page auto reload on chrome by modifying then ``` bgPage```...
### Is this a feature request or a bug? This is a feature request: I need an ability to load multiple temporary addons at a time. ### What is the...